TAT
This commit is contained in:
parent
fb618c1a85
commit
9c24606c56
4 changed files with 125 additions and 5 deletions
|
|
@ -213,7 +213,7 @@ AnimGraphNode_BlendSpaceGraph=AnimGraphNode_BlendSpaceGraph.Blend Space.None
|
|||
BlendSpace1D=AnimGraphNode_BlendSpaceGraph.Blend Space.None
|
||||
BlendSpaceGraph=AnimGraphNode_BlendSpaceGraph.Blend Space.None
|
||||
AnimGraphNode_Base=AnimGraphNode_BlendSpaceGraph.Blend Space.None
|
||||
SkeletalMeshComponent=SkeletalMeshComponent.Physics.ConstraintsGroup
|
||||
SkeletalMeshComponent=
|
||||
BP_ThirdPersonCharacter_C=SkeletalMeshComponent.Physics.ConstraintsGroup
|
||||
K2Node_VariableGet=SkeletalMeshComponent.Physics.ConstraintsGroup
|
||||
K2Node_EnhancedInputAction=SkeletalMeshComponent.Physics.ConstraintsGroup
|
||||
|
|
@ -307,7 +307,7 @@ SequenceBrowser.HiddenColumns=Class
|
|||
LastLevel=/Game/ThirdPerson/Maps/ThirdPersonMap
|
||||
|
||||
[AssetEditorSubsystem]
|
||||
CleanShutdown=False
|
||||
CleanShutdown=True
|
||||
DebuggerAttached=False
|
||||
OpenAssetsAtExit=/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter
|
||||
OpenAssetsAtExit=/Game/Items/Pickup/BP_ItemPickUp_Weapon_Pistol.BP_ItemPickUp_Weapon_Pistol
|
||||
|
|
@ -1635,6 +1635,20 @@ WidgetCarousel.TimeStamp=2024.11.15-22.20.12
|
|||
WidgetCarousel.LastCompileMethod=Unknown
|
||||
HierarchicalLODOutliner.TimeStamp=2024.11.15-22.20.01
|
||||
HierarchicalLODOutliner.LastCompileMethod=Unknown
|
||||
MotionWarping.TimeStamp=2024.11.15-22.25.53
|
||||
MotionWarping.LastCompileMethod=Unknown
|
||||
SkeletonEditor.TimeStamp=2024.11.15-22.20.08
|
||||
SkeletonEditor.LastCompileMethod=Unknown
|
||||
PinnedCommandList.TimeStamp=2024.11.15-22.20.05
|
||||
PinnedCommandList.LastCompileMethod=Unknown
|
||||
AnimationEditor.TimeStamp=2024.11.15-22.19.53
|
||||
AnimationEditor.LastCompileMethod=Unknown
|
||||
SequencerWidgets.TimeStamp=2024.11.15-22.20.08
|
||||
SequencerWidgets.LastCompileMethod=Unknown
|
||||
PhysicsAssetEditor.TimeStamp=2024.11.15-22.20.05
|
||||
PhysicsAssetEditor.LastCompileMethod=Unknown
|
||||
HierarchicalLODUtilities.TimeStamp=2024.11.15-22.20.01
|
||||
HierarchicalLODUtilities.LastCompileMethod=Unknown
|
||||
|
||||
[Python]
|
||||
LastDirectory=
|
||||
|
|
@ -1990,7 +2004,7 @@ bPinSoundConcurrencyInAssetMenu=True
|
|||
[DetailPropertyExpansion]
|
||||
PreviewMeshCollection="\"Object\" \"Object.SkeletalMeshes\" "
|
||||
DataAsset="\"Object\" \"Object.SkeletalMeshes\" "
|
||||
Object="\"Object\" "
|
||||
Object="\"Object\" \"Object.Collision.BodyInstance\" "
|
||||
BlendSpace1D="\"Object\" "
|
||||
BlendSpace="\"Object\" "
|
||||
AnimationAsset="\"Object\" "
|
||||
|
|
@ -2016,7 +2030,7 @@ AnimGraphNode_StateMachineBase="\"Object\" "
|
|||
AnimStateAliasNode="\"Object\" "
|
||||
SpringArmComponent="\"Object\" "
|
||||
SceneComponent="\"Object\" \"Object.Collision.BodyInstance\" "
|
||||
ActorComponent="\"Object\" "
|
||||
ActorComponent="\"Object\" \"Object.Collision.BodyInstance\" "
|
||||
SkeletalMeshComponent="\"Object\" "
|
||||
SkinnedMeshComponent="\"Object\" "
|
||||
MeshComponent="\"Object\" "
|
||||
|
|
@ -2080,8 +2094,8 @@ bHostFindInBlueprintsInGlobalTab=True
|
|||
bNavigateToNativeFunctionsFromCallNodes=True
|
||||
bDoubleClickNavigatesToParent=True
|
||||
bEnableTypePromotion=True
|
||||
TypePromotionPinDenyList=string
|
||||
TypePromotionPinDenyList=text
|
||||
TypePromotionPinDenyList=string
|
||||
BreakpointReloadMethod=RestoreAll
|
||||
bEnablePinValueInspectionTooltips=True
|
||||
bEnableNamespaceEditorFeatures=True
|
||||
|
|
@ -2122,6 +2136,7 @@ GraphEditorQuickJumps=()
|
|||
/Game/Items/Pickup/BP_ItemPickUp.BP_ItemPickUp=0
|
||||
/Game/MilitaryWeapSilver/Weapons/Pistols_A_PhysicsAsset.Pistols_A_PhysicsAsset=0
|
||||
/Game/MilitaryWeapSilver/Weapons/Pistols_A_StaticMesh.Pistols_A_StaticMesh=0
|
||||
/Game/Items/Pickup/BP_ItemPickUp_Weapon_Pistol.BP_ItemPickUp_Weapon_Pistol=0
|
||||
|
||||
[/Script/UnrealEd.AnimationBlueprintEditorOptions]
|
||||
bHideUnrelatedNodes=False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue