vault backup: 2024-07-18 12:39:41

This commit is contained in:
BlueRose 2024-07-18 12:39:41 +08:00
parent 0535dcd7b0
commit 30b687bada

View File

@ -146,4 +146,7 @@ p4 sizes -s //Project/Development/LiveDirector/Content/__ExternalActors__/Maps/M
bDisableClothSimulation = this.IdolMesh.bDisablePostProcessBlueprint
# Runtime Sequence驱动物体问题
1. WorldSettings关闭 EnableStreaming。所有场景Actor都会一直加载。
2. 对应Actor关闭Is Spatially LoadedActor会一直加载。
3. 使用WorldPartitionRuntimeStateVolumn设置DataLayer加载即可。