ITR2_ASSET/IntoTheRadius2/Content/ITR2/BPs/Player/BPC_PlayerRadio.json

131 lines
4.4 KiB
JSON
Raw Normal View History

2024-11-28 06:17:42 +00:00
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_PlayerRadio_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_PlayerRadio_C:ExecuteUbergraph_BPC_PlayerRadio'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.2"
}
},
"SuperStruct": {
"ObjectName": "Class'RadiusRadioComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"Children": [
{
"ObjectName": "Function'BPC_PlayerRadio_C:SetupFromConfig'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.4"
},
{
"ObjectName": "Function'BPC_PlayerRadio_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.3"
},
{
"ObjectName": "Function'BPC_PlayerRadio_C:ExecuteUbergraph_BPC_PlayerRadio'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.2"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
}
],
"FuncMap": {
"ExecuteUbergraph_BPC_PlayerRadio": {
"ObjectName": "Function'BPC_PlayerRadio_C:ExecuteUbergraph_BPC_PlayerRadio'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.2"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPC_PlayerRadio_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.3"
},
"SetupFromConfig": {
"ObjectName": "Function'BPC_PlayerRadio_C:SetupFromConfig'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.4"
}
},
"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_PlayerRadio_C'Default__BPC_PlayerRadio_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_PlayerRadio_C",
"Name": "Default__BPC_PlayerRadio_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_PlayerRadio.BPC_PlayerRadio_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {}
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_PlayerRadio",
"Outer": "BPC_PlayerRadio_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"
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPC_PlayerRadio_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": "SetupFromConfig",
"Outer": "BPC_PlayerRadio_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FunctionFlags": "FUNC_Private | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]