Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGActorFilter |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path |
#include "Elements/PCGActorSelector.h" |
Syntax
enum EPCGActorFilter
{
Self,
Parent,
Root,
AllWorldActors,
Original,
FromInput,
}
Values
| Name |
Remarks |
| Self |
This actor (either the original PCG actor or the partition actor if partitioning is enabled). |
| Parent |
The parent of this actor in the hierarchy. |
| Root |
The top most parent of this actor in the hierarchy. |
| AllWorldActors |
All actors in world. |
| Original |
The source PCG actor (rather than the generated partition actor). |
| FromInput |
Consider only the provided list of actors |