Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FTraitPtr
Various flags stored in the pointer alignment bits, assumes an alignment of at least 4 bytes.
| Name | EFlags |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/TraitPtr.h |
| Include Path | #include "TraitCore/TraitPtr.h" |
Syntax
enum EFlags
{
IS_WEAK_BIT = 0x01,
FLAGS_MASK = 0x03,
}
Values
| Name | Remarks |
|---|---|
| IS_WEAK_BIT | When true, this handle is weak and it will not update the instance reference count. |
| FLAGS_MASK | Bit mask to clear all flags from the packed pointer value. |