778 lines
24 KiB
JSON
778 lines
24 KiB
JSON
|
[
|
||
|
{
|
||
|
"Type": "BlueprintGeneratedClass",
|
||
|
"Name": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||
|
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"Properties": {
|
||
|
"UberGraphFunction": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:ExecuteUbergraph_BPC_HealthSounds'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.4"
|
||
|
}
|
||
|
},
|
||
|
"SuperStruct": {
|
||
|
"ObjectName": "Class'ActorComponent'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
},
|
||
|
"Children": [
|
||
|
{
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_0'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.2"
|
||
|
},
|
||
|
{
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_1'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.3"
|
||
|
},
|
||
|
{
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveBeginPlay'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.7"
|
||
|
},
|
||
|
{
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:OnHealthChange'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.5"
|
||
|
},
|
||
|
{
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveEndPlay'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.8"
|
||
|
},
|
||
|
{
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:OnPlayerDeath'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.6"
|
||
|
},
|
||
|
{
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:ExecuteUbergraph_BPC_HealthSounds'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.4"
|
||
|
}
|
||
|
],
|
||
|
"ChildProperties": [
|
||
|
{
|
||
|
"Type": "StructProperty",
|
||
|
"Name": "UberGraphFrame",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 16,
|
||
|
"PropertyFlags": "Transient | DuplicateTransient",
|
||
|
"Struct": {
|
||
|
"ObjectName": "Class'PointerToUberGraphFrame'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "PlayerStatsComponent",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'PlayerStatsComponent'",
|
||
|
"ObjectPath": "/Script/IntoTheRadius2"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "HealthSound",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'SoundBase'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "HealthSoundSource",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'AudioComponent'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "HealthSoundThreshold",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||
|
},
|
||
|
{
|
||
|
"Type": "FloatProperty",
|
||
|
"Name": "Max Health",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 4,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "HearthbeatIncreaseThreshold",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "bIsPlaying",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 1,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "bIsHeartbeatSlow",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 1,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "bIsHeartbeatFast",
|
||
|
"Flags": "RF_Public | RF_LoadCompleted",
|
||
|
"ElementSize": 1,
|
||
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
}
|
||
|
],
|
||
|
"FuncMap": {
|
||
|
"ExecuteUbergraph_BPC_HealthSounds": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:ExecuteUbergraph_BPC_HealthSounds'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.4"
|
||
|
},
|
||
|
"OnPlayerDeath": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:OnPlayerDeath'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.6"
|
||
|
},
|
||
|
"ReceiveEndPlay": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveEndPlay'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.8"
|
||
|
},
|
||
|
"OnHealthChange": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:OnHealthChange'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.5"
|
||
|
},
|
||
|
"ReceiveBeginPlay": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveBeginPlay'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.7"
|
||
|
},
|
||
|
"CREATEDELEGATE_PROXYFUNCTION_1": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_1'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.3"
|
||
|
},
|
||
|
"CREATEDELEGATE_PROXYFUNCTION_0": {
|
||
|
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_0'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.2"
|
||
|
}
|
||
|
},
|
||
|
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
|
||
|
"ClassWithin": {
|
||
|
"ObjectName": "Class'Object'",
|
||
|
"ObjectPath": "/Script/CoreUObject"
|
||
|
},
|
||
|
"ClassConfigName": "Engine",
|
||
|
"bCooked": true,
|
||
|
"ClassDefaultObject": {
|
||
|
"ObjectName": "BPC_HealthSounds_C'Default__BPC_HealthSounds_C'",
|
||
|
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.1"
|
||
|
},
|
||
|
"EditorTags": {
|
||
|
"BlueprintType": "BPTYPE_Normal"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "BPC_HealthSounds_C",
|
||
|
"Name": "Default__BPC_HealthSounds_C",
|
||
|
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_HealthSounds.BPC_HealthSounds_C'",
|
||
|
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"Properties": {
|
||
|
"UberGraphFrame": {},
|
||
|
"HealthSound[2]": {
|
||
|
"ObjectName": "MetaSoundSource'MS_Player_Health'",
|
||
|
"ObjectPath": "/Game/Sound/Player/Health/MS_Player_Health.0"
|
||
|
},
|
||
|
"PrimaryComponentTick": {
|
||
|
"bStartWithTickEnabled": false
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "Function",
|
||
|
"Name": "CREATEDELEGATE_PROXYFUNCTION_0",
|
||
|
"Outer": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'Function'",
|
||
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"ChildProperties": [
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "PlayerActor",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "FloatProperty",
|
||
|
"Name": "CurrentHealth",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 4,
|
||
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
|
||
|
},
|
||
|
{
|
||
|
"Type": "FloatProperty",
|
||
|
"Name": "ChangeDelta",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 4,
|
||
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_OnHealthChange_CurrentHealth_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_OnHealthChange_ChangeDelta_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
}
|
||
|
],
|
||
|
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||
|
},
|
||
|
{
|
||
|
"Type": "Function",
|
||
|
"Name": "CREATEDELEGATE_PROXYFUNCTION_1",
|
||
|
"Outer": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'Function'",
|
||
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"ChildProperties": [
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "PlayerActor",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "FloatProperty",
|
||
|
"Name": "CurrentHealth",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 4,
|
||
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
|
||
|
},
|
||
|
{
|
||
|
"Type": "FloatProperty",
|
||
|
"Name": "ChangeDelta",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 4,
|
||
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_OnHealthChange_CurrentHealth_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_OnHealthChange_ChangeDelta_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
}
|
||
|
],
|
||
|
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||
|
},
|
||
|
{
|
||
|
"Type": "Function",
|
||
|
"Name": "ExecuteUbergraph_BPC_HealthSounds",
|
||
|
"Outer": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'Function'",
|
||
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"ChildProperties": [
|
||
|
{
|
||
|
"Type": "IntProperty",
|
||
|
"Name": "EntryPoint",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 4,
|
||
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'RadiusConfigurationSubsystem'",
|
||
|
"ObjectPath": "/Script/IntoTheRadius2"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "CallFunc_IsValid_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "InterfaceProperty",
|
||
|
"Name": "CallFunc_SetTriggerParameter_self_CastInput",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 16,
|
||
|
"InterfaceClass": {
|
||
|
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||
|
"ObjectPath": "/Script/AudioExtensions"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "DelegateProperty",
|
||
|
"Name": "K2Node_CreateDelegate_OutputDelegate",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 32,
|
||
|
"SignatureFunction": {
|
||
|
"ObjectName": "Class'OnPlayerHealthChange__DelegateSignature'",
|
||
|
"ObjectPath": "/Script/IntoTheRadius2"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "K2Node_CustomEvent_Player_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "K2Node_CustomEvent_CurrentHealth",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "K2Node_CustomEvent_ChangeDelta",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "ByteProperty",
|
||
|
"Name": "K2Node_Event_EndPlayReason",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"Enum": {
|
||
|
"ObjectName": "Class'EEndPlayReason'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "CallFunc_GetOwner_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "CallFunc_GetComponentByClass_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "InstancedReference",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'PlayerStatsComponent'",
|
||
|
"ObjectPath": "/Script/IntoTheRadius2"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "CallFunc_IsValid_ReturnValue_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "DelegateProperty",
|
||
|
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 32,
|
||
|
"SignatureFunction": {
|
||
|
"ObjectName": "Class'OnPlayerHealthChange__DelegateSignature'",
|
||
|
"ObjectPath": "/Script/IntoTheRadius2"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "CallFunc_GetOwner_ReturnValue_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "CallFunc_IsActorLocallyOwned_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "CallFunc_IsValid_ReturnValue_2",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "InterfaceProperty",
|
||
|
"Name": "CallFunc_SetTriggerParameter_self_CastInput_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 16,
|
||
|
"InterfaceClass": {
|
||
|
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||
|
"ObjectPath": "/Script/AudioExtensions"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "CallFunc_Less_DoubleDouble_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "CallFunc_GreaterEqual_DoubleDouble_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "InterfaceProperty",
|
||
|
"Name": "CallFunc_SetFloatParameter_self_CastInput",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 16,
|
||
|
"InterfaceClass": {
|
||
|
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||
|
"ObjectPath": "/Script/AudioExtensions"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "InterfaceProperty",
|
||
|
"Name": "CallFunc_SetFloatParameter_self_CastInput_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 16,
|
||
|
"InterfaceClass": {
|
||
|
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||
|
"ObjectPath": "/Script/AudioExtensions"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "CallFunc_GetOwner_ReturnValue_2",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_MapRangeClamped_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "InterfaceProperty",
|
||
|
"Name": "CallFunc_SetFloatParameter_self_CastInput_2",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 16,
|
||
|
"InterfaceClass": {
|
||
|
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||
|
"ObjectPath": "/Script/AudioExtensions"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "FloatProperty",
|
||
|
"Name": "CallFunc_GetHealth_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 4
|
||
|
},
|
||
|
{
|
||
|
"Type": "DelegateProperty",
|
||
|
"Name": "K2Node_CreateDelegate_OutputDelegate_2",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 32,
|
||
|
"SignatureFunction": {
|
||
|
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
|
||
|
"ObjectPath": "/Script/IntoTheRadius2"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "K2Node_CustomEvent_Player",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "DelegateProperty",
|
||
|
"Name": "K2Node_CreateDelegate_OutputDelegate_3",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 32,
|
||
|
"SignatureFunction": {
|
||
|
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
|
||
|
"ObjectPath": "/Script/IntoTheRadius2"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "CallFunc_SpawnSound2D_ReturnValue",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "InstancedReference",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'AudioComponent'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "InterfaceProperty",
|
||
|
"Name": "CallFunc_SetTriggerParameter_self_CastInput_2",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 16,
|
||
|
"InterfaceClass": {
|
||
|
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||
|
"ObjectPath": "/Script/AudioExtensions"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "BoolProperty",
|
||
|
"Name": "CallFunc_IsValid_ReturnValue_3",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"FieldSize": 1,
|
||
|
"ByteOffset": 0,
|
||
|
"ByteMask": 1,
|
||
|
"FieldMask": 255,
|
||
|
"BoolSize": 1,
|
||
|
"bIsNativeBool": true
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Divide_DoubleDouble_A_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Divide_DoubleDouble_A_ImplicitCast_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Multiply_DoubleDouble_B_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "FloatProperty",
|
||
|
"Name": "CallFunc_SetFloatParameter_InFloat_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 4
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_OnHealthChange_CurrentHealth_ImplicitCast",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8
|
||
|
}
|
||
|
],
|
||
|
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
|
||
|
},
|
||
|
{
|
||
|
"Type": "Function",
|
||
|
"Name": "OnHealthChange",
|
||
|
"Outer": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'Function'",
|
||
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"ChildProperties": [
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "Player",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "CurrentHealth",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||
|
},
|
||
|
{
|
||
|
"Type": "DoubleProperty",
|
||
|
"Name": "ChangeDelta",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||
|
}
|
||
|
],
|
||
|
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||
|
},
|
||
|
{
|
||
|
"Type": "Function",
|
||
|
"Name": "OnPlayerDeath",
|
||
|
"Outer": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'Function'",
|
||
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"ChildProperties": [
|
||
|
{
|
||
|
"Type": "ObjectProperty",
|
||
|
"Name": "Player",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 8,
|
||
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||
|
"PropertyClass": {
|
||
|
"ObjectName": "Class'Actor'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||
|
},
|
||
|
{
|
||
|
"Type": "Function",
|
||
|
"Name": "ReceiveBeginPlay",
|
||
|
"Outer": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'Function'",
|
||
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"SuperStruct": {
|
||
|
"ObjectName": "Class'ActorComponent:ReceiveBeginPlay'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
},
|
||
|
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
|
||
|
},
|
||
|
{
|
||
|
"Type": "Function",
|
||
|
"Name": "ReceiveEndPlay",
|
||
|
"Outer": "BPC_HealthSounds_C",
|
||
|
"Class": "UScriptClass'Function'",
|
||
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||
|
"SuperStruct": {
|
||
|
"ObjectName": "Class'ActorComponent:ReceiveEndPlay'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
},
|
||
|
"ChildProperties": [
|
||
|
{
|
||
|
"Type": "ByteProperty",
|
||
|
"Name": "EndPlayReason",
|
||
|
"Flags": "RF_Public",
|
||
|
"ElementSize": 1,
|
||
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||
|
"Enum": {
|
||
|
"ObjectName": "Class'EEndPlayReason'",
|
||
|
"ObjectPath": "/Script/Engine"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
|
||
|
}
|
||
|
]
|