Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/FWorldPartitionActorDescUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionActorDescUtils.h |
| Include | #include "WorldPartition/WorldPartitionActorDescUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/WorldPartitionActorDescUtils.cpp |
static void ReplaceActorDescriptorPointerFromActor
&40;
const AActor &42; InOldActor,
AActor &42; InNewActor,
FWorldPartitionActorDesc &42; InActorDesc
&41;
Remarks
Replaces the actor descriptor's actor pointer with the provided new actor pointer.
Parameters
| Name | Description |
|---|---|
| InOldActor | The old actor that the provided actor descriptor was representing. |
| InNewActor | The new actor that the provided actor descriptor should be representing. |
| InActorDesc | Actor descriptor that will get its actor pointer updated. |