Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ActorPartition/PartitionActor.h |
Include |
#include "ActorPartition/PartitionActor.h" |
class APartitionActor : public AActor
Actor base class for instance containers placed on a grid. See UActorPartitionSubsystem.
Name | Description | ||
---|---|---|---|
|
GridSize |
The grid size this actors was generated for |
Name | Description | |
---|---|---|
|
APartitionActor ( |
Name | Description | ||
---|---|---|---|
|
GetDefaultGridSize ( |
||
|
GetGridGuid() |
||
|
ShouldIncludeGridSizeInName ( |
Name | Description | ||
---|---|---|---|
|
CanChangeIsSpatiallyLoadedFlag() |
Returns true if this actor allows changing the spatially loaded flag. |
|
|
TUniquePtr< ... |
CreateClassActorDesc() |
Creates an uninitialized actor descriptor from this actor. Meant to be called on the class CDO. |
|
IsUserManaged() |
Used to know if actor supports some editor operations. (Delete, Replace) |