Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EShouldCookBlueprintPropertyGuids |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h |
| Include Path |
#include "Engine/Blueprint.h" |
Syntax
enum EShouldCookBlueprintPropertyGuids
{
No,
Yes,
Inherit,
}
Values
| Name |
Remarks |
| No |
Don't cook the property GUIDs for this Blueprint |
| Yes |
Cook the property GUIDs for this Blueprint (see UCookerSettings::BlueprintPropertyGuidsCookingMethod) |
| Inherit |
Inherit whether to cook the property GUIDs for this Blueprint from the parent Blueprint (behaves like 'No' if there is no parent Blueprint) |