Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FWorldPartitionActorDesc
Description
Returns true if resaving this actor will have an impact on streaming generation. Before class descriptors, properties changed on a Blueprint that would affect streaming generation weren't taken into account until the actors affected by the change were resaved.
| Name | ShouldResave |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionActorDesc.h |
| Include Path | #include "WorldPartition/WorldPartitionActorDesc.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/WorldPartitionActorDesc.cpp |
virtual bool ShouldResave
(
const FWorldPartitionActorDesc * Other
) const