Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGAttachOptions |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
Syntax
enum EPCGAttachOptions
{
UMETA =(Tooltip="Actor will not be attached to the target actor nor placed in an actor folder"),
UMETA =(Tooltip="Actor will be attached to the target actor in the given node"),
UMETA =(Tooltip="Actor will be placed in an actor folder containing the name of the target actor."),
UMETA =(Tooltip="Actor will be placed in a folder named after the top graph it was generated from."),
UMETA =(Tooltip="Actor will be placed in the PCG_Generated folder."),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |