Navigation
API > API/Runtime > API/Runtime/CoreUObject
Declares if a schema represents a blueprint generated type
| Name | UE::GC::EOrigin |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollectionSchema.h |
| Include Path | #include "UObject/GarbageCollectionSchema.h" |
Syntax
namespace UE
{
namespace GC
{
enum EOrigin
{
Other,
Blueprint,
}
}
}
Values
| Name | Remarks |
|---|---|
| Other | |
| Blueprint |