dump: [json] pakchunk0_s4
This commit is contained in:
parent
a0202f19ac
commit
184f12fe9d
2029 changed files with 13029077 additions and 0 deletions
|
@ -0,0 +1,927 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:ExecuteUbergraph_BPC_HolsterBase'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.3"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'RadiusHolsterComponent'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:IsEnoughWeightForItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:IsDependsWeight'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:Play Rattle Sound'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.8"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:DropHolstered'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.2"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:OnRep_HolsteredActor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:RattleOnStep'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.10"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:PreInitialize'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.9"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.11"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:NotifyAttachFailure'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.6"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:ExecuteUbergraph_BPC_HolsterBase'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.3"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "UberGraphFrame",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Transient | DuplicateTransient",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PointerToUberGraphFrame'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "bShouldRattleWheItemIn",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "RattleAudioComponent",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'AudioComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "RattleSoundDefault",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SoundBase'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "OwnerWeightTracker",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BPC_WeightTrackerComponent_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Items/Components/BPC_WeightTrackerComponent.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "AttachErrorSound",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SoundBase'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteUbergraph_BPC_HolsterBase": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:ExecuteUbergraph_BPC_HolsterBase'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.3"
|
||||
},
|
||||
"NotifyAttachFailure": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:NotifyAttachFailure'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.6"
|
||||
},
|
||||
"ReceiveBeginPlay": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.11"
|
||||
},
|
||||
"PreInitialize": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:PreInitialize'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.9"
|
||||
},
|
||||
"RattleOnStep": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:RattleOnStep'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.10"
|
||||
},
|
||||
"OnRep_HolsteredActor": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:OnRep_HolsteredActor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.7"
|
||||
},
|
||||
"DropHolstered": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:DropHolstered'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.2"
|
||||
},
|
||||
"Play Rattle Sound": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:Play Rattle Sound'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.8"
|
||||
},
|
||||
"IsDependsWeight": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:IsDependsWeight'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.4"
|
||||
},
|
||||
"IsEnoughWeightForItem": {
|
||||
"ObjectName": "Function'BPC_HolsterBase_C:IsEnoughWeightForItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.5"
|
||||
}
|
||||
},
|
||||
"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_HolsterBase_C'Default__BPC_HolsterBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BPC_HolsterBase_C",
|
||||
"Name": "Default__BPC_HolsterBase_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.BPC_HolsterBase_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"AttachErrorSound[5]": {
|
||||
"ObjectName": "MetaSoundSource'MS_UI_Backpack_Overweight'",
|
||||
"ObjectPath": "/Game/Sound/UI/Backpack_Overweight/MS_UI_Backpack_Overweight.0"
|
||||
},
|
||||
"AllowedGripTags": [
|
||||
"GripType.GripQuery.NormalGrip"
|
||||
],
|
||||
"bPreventCollisionWithAttachedItem": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "DropHolstered",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ItemContainerInterface:DropHolstered'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"Inner": {
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "AllDroppedItems",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate",
|
||||
"Inner": {
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "AllDroppedItems",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "HolsteredActor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "StructProperty",
|
||||
"Name": "Temp_struct_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InterfaceProperty",
|
||||
"Name": "K2Node_DynamicCast_AsRadius_Item_Interface",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"InterfaceClass": {
|
||||
"ObjectName": "Class'RadiusItemInterface'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_DynamicCast_bSuccess",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetRadiusItemTypeID_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "CallFunc_GetTagName_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Conv_NameToString_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Concat_StrStr_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Concat_StrStr_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_AddUnique_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "InterfaceProperty",
|
||||
"Name": "K2Node_DynamicCast_AsItem_Container_Interface",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"InterfaceClass": {
|
||||
"ObjectName": "Class'ItemContainerInterface'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_DynamicCast_bSuccess_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_SetActorSimulatePhysics_success",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_SetActorSimulatePhysics_primitive",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PrimitiveComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetTransform_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 96,
|
||||
"PropertyFlags": "ConstParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Transform'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Conv_TransformToString_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetCurrentLevelTag_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetHolsteredActor_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_GetDebugStringFromGameplayTag_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Concat_StrStr_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Concat_StrStr_ReturnValue_3",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Concat_StrStr_ReturnValue_4",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_BPC_HolsterBase",
|
||||
"Outer": "BPC_HolsterBase_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_GetOwner_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_HasAuthority_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetHolsteredActor_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"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": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_AddComponentToActor_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'ActorComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_CustomEvent_bIsRunning",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "K2Node_DynamicCast_AsAudio_Component",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'AudioComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_DynamicCast_bSuccess",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetHolsteredActor_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"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": "ObjectProperty",
|
||||
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusConfigurationSubsystem'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "StructProperty",
|
||||
"Name": "CallFunc_K2_GetComponentLocation_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue_3",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsDependsWeight_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"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": "ObjectProperty",
|
||||
"Name": "CallFunc_GetComponentByClass_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BPC_WeightTrackerComponent_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Items/Components/BPC_WeightTrackerComponent.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "CallFunc_MakeLiteralText_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue_4",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "IsDependsWeight",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ItemContainerInterface:IsDependsWeight'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_HasAnyParentWithCapacity_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "IsEnoughWeightForItem",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ItemContainerInterface:IsEnoughWeightForItem'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "ItemActor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_CanPutItemInContainerWithoutOverweight_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsDependsWeight_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "NotifyAttachFailure",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ItemContainerInterface:NotifyAttachFailure'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnRep_HolsteredActor",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'RadiusHolsterComponent:OnRep_HolsteredActor'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "Play Rattle Sound",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "Is Running",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Conv_BoolToInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "InterfaceProperty",
|
||||
"Name": "CallFunc_SetIntParameter_self_CastInput",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"InterfaceClass": {
|
||||
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||||
"ObjectPath": "/Script/AudioExtensions"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "PreInitialize",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'RadiusHolsterComponent:PreInitialize'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "RattleOnStep",
|
||||
"Outer": "BPC_HolsterBase_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "bIsRunning",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ReceiveBeginPlay",
|
||||
"Outer": "BPC_HolsterBase_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"
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,395 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BPC_TranspHighlight_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:ExecuteUbergraph_BPC_TranspHighlight'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.2"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ActorComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:LightON'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:LightOFF'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:ExecuteUbergraph_BPC_TranspHighlight'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.2"
|
||||
}
|
||||
],
|
||||
"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": "PrimitiveToHighlit",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PrimitiveComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "OverweightColor",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "HighlightColor",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "BaseColor",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "HighlitMat",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'MaterialInstanceDynamic'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "IsOn",
|
||||
"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_TranspHighlight": {
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:ExecuteUbergraph_BPC_TranspHighlight'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.2"
|
||||
},
|
||||
"LightOFF": {
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:LightOFF'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.3"
|
||||
},
|
||||
"LightON": {
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:LightON'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.4"
|
||||
},
|
||||
"ReceiveBeginPlay": {
|
||||
"ObjectName": "Function'BPC_TranspHighlight_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.5"
|
||||
}
|
||||
},
|
||||
"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_TranspHighlight_C'Default__BPC_TranspHighlight_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BPC_TranspHighlight_C",
|
||||
"Name": "Default__BPC_TranspHighlight_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BPC_TranspHighlight.BPC_TranspHighlight_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"OverweightColor[2]": {
|
||||
"R": 0.915,
|
||||
"G": 0.113468,
|
||||
"B": 0.149888,
|
||||
"A": 0.5,
|
||||
"Hex": "7FF65E6C"
|
||||
},
|
||||
"HighlightColor[3]": {
|
||||
"R": 0.167177,
|
||||
"G": 0.915,
|
||||
"B": 0.139037,
|
||||
"A": 0.5,
|
||||
"Hex": "7F72F668"
|
||||
},
|
||||
"BaseColor[4]": {
|
||||
"R": 0.325,
|
||||
"G": 0.325,
|
||||
"B": 0.325,
|
||||
"A": 0.0,
|
||||
"Hex": "9B9B9B"
|
||||
},
|
||||
"PrimaryComponentTick": {
|
||||
"bStartWithTickEnabled": false
|
||||
},
|
||||
"bAutoActivate": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_BPC_TranspHighlight",
|
||||
"Outer": "BPC_TranspHighlight_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": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"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": "ObjectProperty",
|
||||
"Name": "CallFunc_CreateDynamicMaterialInstance_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'MaterialInstanceDynamic'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "ObjectProperty",
|
||||
"Name": "K2Node_CustomEvent_PrimToHighlit",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PrimitiveComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "K2Node_CustomEvent_IsOverweight",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "K2Node_CustomEvent_PrimToHighlight",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PrimitiveComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue_4",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue_5",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue_6",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "LightOFF",
|
||||
"Outer": "BPC_TranspHighlight_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "PrimToHighlight",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PrimitiveComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "LightON",
|
||||
"Outer": "BPC_TranspHighlight_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "PrimToHighlit",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PrimitiveComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "IsOverweight",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ReceiveBeginPlay",
|
||||
"Outer": "BPC_TranspHighlight_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"
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,182 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_HolderVolume_BackPackBig_C_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_HolderVolume_BackPackBig_C_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.6"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_HolderVolume_BackPackBig_C_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_HolderVolume_BackPackBig_C_C'Default__BP_HolderVolume_BackPackBig_C_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_HolderVolume_BackPackBig_C_C",
|
||||
"Name": "Default__BP_HolderVolume_BackPackBig_C_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.BP_HolderVolume_BackPackBig_C_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_HolderVolume_C'Default__BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ContainerTypeID[4]": {
|
||||
"TagName": "Holster.Container.Pouch.Slot1"
|
||||
},
|
||||
"AcceptsTags[5]": [
|
||||
"Item.AmmoBox.Small",
|
||||
"Item.Consumable",
|
||||
"Item.Flashlight",
|
||||
"Item.Magazine",
|
||||
"Item.Ammo",
|
||||
"Item.ProbePack",
|
||||
"Item.Weapon.Secondary",
|
||||
"Item.Attachment",
|
||||
"Item.Misc",
|
||||
"Item.Valuables",
|
||||
"Item.Artefacts",
|
||||
"Item.Equipment.Helmets",
|
||||
"Item.Mission.Item",
|
||||
"Item.Mission.Item2",
|
||||
"Item.Mission.Item3",
|
||||
"Item.Weapon.Primary.Iz27_SawOff",
|
||||
"Item.Weapon.Primary.Kedr",
|
||||
"Item.Equipment.Detector.Lvl1",
|
||||
"Item.AmmoBox.Large",
|
||||
"Item.ArmorPlates",
|
||||
"Item.Cleaning",
|
||||
"Item.Weapon.Primary.Iz27_SawOff_S",
|
||||
"Item.Weapon.Primary.Kedr_S"
|
||||
],
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy",
|
||||
"RootComponent": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_BackPackBig_C_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_HolderVolume_BackPackBig_C_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_BackPackBig_C_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.7"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"SCSVariableName": "StaticMesh",
|
||||
"AssociatedGuid": "D7B7AC8E-4BF069BC-E7A7CEAD-A8F70E0E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_BackPackBig_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "SceneComponent",
|
||||
"Outer": "Default__BP_HolderVolume_BackPackBig_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.47"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_DefaultSubObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_0",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SceneComponent'BP_HolderVolume_BackPackBig_C_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.3"
|
||||
},
|
||||
"VariableGuid": "A687B055-42CB484E-1F1DD89C-5673D1B1",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_HolderVolume_BackPackBig_C_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_HolderVolume_BackPackBig_C_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackBig_C.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMesh_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_BackPackBig_C_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.53"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"RelativeScale3D": {
|
||||
"X": 1.047667,
|
||||
"Y": 0.915794,
|
||||
"Z": 1.756628
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,182 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_HolderVolume_BackPackMedium_C_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.6"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_HolderVolume_BackPackMedium_C_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_HolderVolume_BackPackMedium_C_C'Default__BP_HolderVolume_BackPackMedium_C_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Name": "Default__BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.BP_HolderVolume_BackPackMedium_C_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_HolderVolume_C'Default__BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ContainerTypeID[4]": {
|
||||
"TagName": "Holster.Container.Pouch.Slot1"
|
||||
},
|
||||
"AcceptsTags[5]": [
|
||||
"Item.AmmoBox.Small",
|
||||
"Item.Consumable",
|
||||
"Item.Flashlight",
|
||||
"Item.Magazine",
|
||||
"Item.Ammo",
|
||||
"Item.ProbePack",
|
||||
"Item.Weapon.Secondary",
|
||||
"Item.Attachment",
|
||||
"Item.Misc",
|
||||
"Item.Valuables",
|
||||
"Item.Artefacts",
|
||||
"Item.Equipment.Helmets",
|
||||
"Item.Mission.Item",
|
||||
"Item.Mission.Item2",
|
||||
"Item.Mission.Item3",
|
||||
"Item.Weapon.Primary.Iz27_SawOff",
|
||||
"Item.Weapon.Primary.Kedr",
|
||||
"Item.Equipment.Detector.Lvl1",
|
||||
"Item.AmmoBox.Large",
|
||||
"Item.ArmorPlates",
|
||||
"Item.Cleaning",
|
||||
"Item.Weapon.Primary.Iz27_SawOff_S",
|
||||
"Item.Weapon.Primary.Kedr_S"
|
||||
],
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy",
|
||||
"RootComponent": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_BackPackMedium_C_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_BackPackMedium_C_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.7"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"SCSVariableName": "StaticMesh",
|
||||
"AssociatedGuid": "D7B7AC8E-4BF069BC-E7A7CEAD-A8F70E0E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "SceneComponent",
|
||||
"Outer": "Default__BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.47"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_DefaultSubObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_0",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SceneComponent'BP_HolderVolume_BackPackMedium_C_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.3"
|
||||
},
|
||||
"VariableGuid": "5B48989D-40885E1A-68BD159C-3FD88F1E",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_HolderVolume_BackPackMedium_C_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackMedium_C.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMesh_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_BackPackMedium_C_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.53"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"RelativeScale3D": {
|
||||
"X": 1.115,
|
||||
"Y": 0.8825,
|
||||
"Z": 1.3175
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,182 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_HolderVolume_BackPackSmall_C_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.6"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_HolderVolume_BackPackSmall_C_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_HolderVolume_BackPackSmall_C_C'Default__BP_HolderVolume_BackPackSmall_C_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Name": "Default__BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.BP_HolderVolume_BackPackSmall_C_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_HolderVolume_C'Default__BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ContainerTypeID[4]": {
|
||||
"TagName": "Holster.Container.Pouch.Slot1"
|
||||
},
|
||||
"AcceptsTags[5]": [
|
||||
"Item.AmmoBox.Small",
|
||||
"Item.Consumable",
|
||||
"Item.Flashlight",
|
||||
"Item.Magazine",
|
||||
"Item.Ammo",
|
||||
"Item.ProbePack",
|
||||
"Item.Weapon.Secondary",
|
||||
"Item.Attachment",
|
||||
"Item.Misc",
|
||||
"Item.Valuables",
|
||||
"Item.Artefacts",
|
||||
"Item.Equipment.Helmets",
|
||||
"Item.Mission.Item",
|
||||
"Item.Mission.Item2",
|
||||
"Item.Mission.Item3",
|
||||
"Item.Weapon.Primary.Iz27_SawOff",
|
||||
"Item.Weapon.Primary.Kedr",
|
||||
"Item.Equipment.Detector.Lvl1",
|
||||
"Item.AmmoBox.Large",
|
||||
"Item.ArmorPlates",
|
||||
"Item.Cleaning",
|
||||
"Item.Weapon.Primary.Iz27_SawOff_S",
|
||||
"Item.Weapon.Primary.Kedr_S"
|
||||
],
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy",
|
||||
"RootComponent": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_BackPackSmall_C_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_BackPackSmall_C_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.7"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"SCSVariableName": "StaticMesh",
|
||||
"AssociatedGuid": "D7B7AC8E-4BF069BC-E7A7CEAD-A8F70E0E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "SceneComponent",
|
||||
"Outer": "Default__BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.47"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_DefaultSubObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_0",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SceneComponent'BP_HolderVolume_BackPackSmall_C_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.3"
|
||||
},
|
||||
"VariableGuid": "CAE344E6-4077EBBB-1A071B82-B985842B",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_HolderVolume_BackPackSmall_C_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_BackPackSmall_C.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMesh_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_BackPackSmall_C_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.53"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"RelativeScale3D": {
|
||||
"X": 1.13,
|
||||
"Y": 0.8793976,
|
||||
"Z": 0.79249996
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,172 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_HolderVolume_Pouch_C_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_HolderVolume_Pouch_C_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.6"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_HolderVolume_Pouch_C_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_HolderVolume_Pouch_C_C'Default__BP_HolderVolume_Pouch_C_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_HolderVolume_Pouch_C_C",
|
||||
"Name": "Default__BP_HolderVolume_Pouch_C_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.BP_HolderVolume_Pouch_C_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_HolderVolume_C'Default__BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ContainerTypeID[4]": {
|
||||
"TagName": "Holster.Container.Pouch.Slot1"
|
||||
},
|
||||
"AcceptsTags[5]": [
|
||||
"Item.AmmoBox.Small",
|
||||
"Item.Consumable",
|
||||
"Item.Flashlight",
|
||||
"Item.Magazine",
|
||||
"Item.ProbePack.Small",
|
||||
"Item.Artefacts",
|
||||
"Item.Attachment",
|
||||
"Item.Misc.Lighter",
|
||||
"Item.Valuables",
|
||||
"Item.Ammo",
|
||||
"Item.Mission.Item2",
|
||||
"Item.Equipment.Detector.Lvl1",
|
||||
"Item.Cleaning"
|
||||
],
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy",
|
||||
"RootComponent": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_Pouch_C_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_HolderVolume_Pouch_C_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_Pouch_C_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.7"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"SCSVariableName": "StaticMesh",
|
||||
"AssociatedGuid": "D7B7AC8E-4BF069BC-E7A7CEAD-A8F70E0E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_Pouch_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "SceneComponent",
|
||||
"Outer": "Default__BP_HolderVolume_Pouch_C_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.47"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_DefaultSubObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_0",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SceneComponent'BP_HolderVolume_Pouch_C_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.3"
|
||||
},
|
||||
"VariableGuid": "88505E35-41C4E8EA-89DB5F87-35E084F5",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_HolderVolume_Pouch_C_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_HolderVolume_Pouch_C_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Pouch_C.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMesh_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_Pouch_C_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.53"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"RelativeScale3D": {
|
||||
"X": 0.69,
|
||||
"Y": 0.48749998,
|
||||
"Z": 0.52
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,583 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_HolderVolume_Vise_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.14"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_HolderVolume_Vise_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.10"
|
||||
},
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:ExecuteUbergraph_BP_HolderVolume_Vise'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.2"
|
||||
}
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:GetContainerSoundType'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:Initialize'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:OnGrippedHolderedItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.8"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:GetHolsteredItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:PutItemToContainer'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.9"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:OnDataUnlinking'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:ExecuteUbergraph_BP_HolderVolume_Vise'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.2"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:OnAttachChange__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.6"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "UberGraphFrame",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Transient | DuplicateTransient",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PointerToUberGraphFrame'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "MulticastInlineDelegateProperty",
|
||||
"Name": "OnAttachChange",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
|
||||
"SignatureFunction": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:OnAttachChange__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.6"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"OnAttachChange__DelegateSignature": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:OnAttachChange__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.6"
|
||||
},
|
||||
"ExecuteUbergraph_BP_HolderVolume_Vise": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:ExecuteUbergraph_BP_HolderVolume_Vise'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.2"
|
||||
},
|
||||
"OnDataUnlinking": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:OnDataUnlinking'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.7"
|
||||
},
|
||||
"PutItemToContainer": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:PutItemToContainer'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.9"
|
||||
},
|
||||
"GetHolsteredItem": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:GetHolsteredItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.4"
|
||||
},
|
||||
"OnGrippedHolderedItem": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:OnGrippedHolderedItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.8"
|
||||
},
|
||||
"Initialize": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:Initialize'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.5"
|
||||
},
|
||||
"GetContainerSoundType": {
|
||||
"ObjectName": "Function'BP_HolderVolume_Vise_C:GetContainerSoundType'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.3"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_HolderVolume_Vise_C'Default__BP_HolderVolume_Vise_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_HolderVolume_Vise_C",
|
||||
"Name": "Default__BP_HolderVolume_Vise_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.BP_HolderVolume_Vise_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_HolderVolume_C'Default__BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"OnAttachChange[1]": {
|
||||
"InvocationList": []
|
||||
},
|
||||
"ContainerTypeID[4]": {
|
||||
"TagName": "Holster.Container.Vise.Slot1"
|
||||
},
|
||||
"AcceptsTags[5]": [
|
||||
"Item.Weapon"
|
||||
],
|
||||
"bPreventCollisionWithAttachedItem": false,
|
||||
"PrimaryActorTick": {
|
||||
"bStartWithTickEnabled": false
|
||||
},
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy",
|
||||
"RootComponent": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_Vise_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.12"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_BP_HolderVolume_Vise",
|
||||
"Outer": "BP_HolderVolume_Vise_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": "K2Node_Event_PreviousDynamicData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusItemDynamicData'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetContainerSoundType",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ItemContainerInterface:GetContainerSoundType'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetHolsteredItem",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "HolsteredItem",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Parm | OutParm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "IsFound",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Parm | OutParm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Array_IsNotEmpty_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"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": "BoolProperty",
|
||||
"Name": "CallFunc_BooleanAND_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "Initialize",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "AllowedItemsTags",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "AllowedItemsTags",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_MakeGameplayTagContainerFromArray_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTagContainer'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnAttachChange__DelegateSignature",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "IsAttached",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnDataUnlinking",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Super": {
|
||||
"ObjectName": "Function'BP_HolderVolume_C:OnDataUnlinking'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.34"
|
||||
},
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "PreviousDynamicData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusItemDynamicData'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnGrippedHolderedItem",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Super": {
|
||||
"ObjectName": "Function'BP_HolderVolume_C:OnGrippedHolderedItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.35"
|
||||
},
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "GrippingController",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'GripMotionControllerComponent'",
|
||||
"ObjectPath": "/Script/VRExpansionPlugin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "GripInfo",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 752,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | ContainsInstancedReference",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'BPActorGripInformation'",
|
||||
"ObjectPath": "/Script/VRExpansionPlugin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "CallFunc_GetGrippedActors_GrippedActorArray",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "ReferenceParm",
|
||||
"Inner": {
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetGrippedActors_GrippedActorArray",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "PutItemToContainer",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Super": {
|
||||
"ObjectName": "Function'BP_HolderVolume_C:PutItemToContainer'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.38"
|
||||
},
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "ItemActor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_PutItemToContainer_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Array_IsEmpty_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "SceneComponent",
|
||||
"Outer": "Default__BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.47"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_DefaultSubObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_0",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SceneComponent'BP_HolderVolume_Vise_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.11"
|
||||
},
|
||||
"VariableGuid": "53713A6E-44CCD2AD-7D1A478A-36A7D184",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_HolderVolume_Vise_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_HolderVolume_Vise_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume_Vise.13"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,400 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_Holder_MissionPC_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.11"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_Holder_MissionPC_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.7"
|
||||
},
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:ExecuteUbergraph_BP_Holder_MissionPC'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.4"
|
||||
}
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:DoAttachItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:GetContainerID'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:InstantHolsterActor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.6"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:CustomEvent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.2"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:ExecuteUbergraph_BP_Holder_MissionPC'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.4"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "UberGraphFrame",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Transient | DuplicateTransient",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PointerToUberGraphFrame'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteUbergraph_BP_Holder_MissionPC": {
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:ExecuteUbergraph_BP_Holder_MissionPC'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.4"
|
||||
},
|
||||
"CustomEvent": {
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:CustomEvent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.2"
|
||||
},
|
||||
"InstantHolsterActor": {
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:InstantHolsterActor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.6"
|
||||
},
|
||||
"GetContainerID": {
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:GetContainerID'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.5"
|
||||
},
|
||||
"DoAttachItem": {
|
||||
"ObjectName": "Function'BP_Holder_MissionPC_C:DoAttachItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.3"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_Holder_MissionPC_C'Default__BP_Holder_MissionPC_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_Holder_MissionPC_C",
|
||||
"Name": "Default__BP_Holder_MissionPC_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.BP_Holder_MissionPC_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_HolderVolume_C'Default__BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"ContainerTypeID[4]": {
|
||||
"TagName": "Holster.MissionPC"
|
||||
},
|
||||
"AllowedGripTags": [
|
||||
"GripType.GripQuery.NormalGrip",
|
||||
"GripType.GripQuery.DistanceGrip"
|
||||
],
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy",
|
||||
"RootComponent": {
|
||||
"ObjectName": "SceneComponent'Default__BP_Holder_MissionPC_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.9"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "CustomEvent",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "GrippingController",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'GripMotionControllerComponent'",
|
||||
"ObjectPath": "/Script/VRExpansionPlugin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "GripInformation",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 752,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm | ContainsInstancedReference",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'BPActorGripInformation'",
|
||||
"ObjectPath": "/Script/VRExpansionPlugin"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "DoAttachItem",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Super": {
|
||||
"ObjectName": "Function'BP_HolderVolume_C:DoAttachItem'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.13"
|
||||
},
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "ItemToAttach",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusGrippableActorBase'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "PlaySound",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_BP_Holder_MissionPC",
|
||||
"Outer": "BP_Holder_MissionPC_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": "K2Node_CustomEvent_GrippingController",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'GripMotionControllerComponent'",
|
||||
"ObjectPath": "/Script/VRExpansionPlugin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_CustomEvent_GripInformation",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 752,
|
||||
"PropertyFlags": "ConstParm | ContainsInstancedReference",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'BPActorGripInformation'",
|
||||
"ObjectPath": "/Script/VRExpansionPlugin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "K2Node_Event_ItemActor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetContainerID",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Super": {
|
||||
"ObjectName": "Function'BP_HolderVolume_C:GetContainerID'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.20"
|
||||
},
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm"
|
||||
},
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "CallFunc_GetTagName_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Conv_NameToString_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "InstantHolsterActor",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Super": {
|
||||
"ObjectName": "Function'BP_HolderVolume_C:InstantHolsterActor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.25"
|
||||
},
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "ItemActor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_Holder_MissionPC_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.12"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_HolderVolume_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.1"
|
||||
},
|
||||
"SCSVariableName": "StaticMesh",
|
||||
"AssociatedGuid": "D7B7AC8E-4BF069BC-E7A7CEAD-A8F70E0E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "SceneComponent",
|
||||
"Outer": "Default__BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'SceneComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "SceneComponent'Default__BP_HolderVolume_C:SceneComponent'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.47"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_DefaultSubObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_0",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SceneComponent'BP_Holder_MissionPC_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.8"
|
||||
},
|
||||
"VariableGuid": "354AE4FB-4B203033-8F7F1BA3-4355A01E",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_Holder_MissionPC_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_Holder_MissionPC.10"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMesh_GEN_VARIABLE",
|
||||
"Outer": "BP_Holder_MissionPC_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_HolderVolume_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BP_HolderVolume.53"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"RelativeScale3D": {
|
||||
"X": 8.5,
|
||||
"Y": 6.25,
|
||||
"Z": 2.25
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue