unreal.ShouldCookBlueprintPropertyGuids

class unreal.ShouldCookBlueprintPropertyGuids

Bases: EnumBase

EShould Cook Blueprint Property Guids

C++ Source:

  • Module: Engine

  • File: Blueprint.h

INHERIT: ShouldCookBlueprintPropertyGuids

Inherit whether to cook the property GUIDs for this Blueprint from the parent Blueprint (behaves like ‘No’ if there is no parent Blueprint)

Type:

2

NO: ShouldCookBlueprintPropertyGuids

Don’t cook the property GUIDs for this Blueprint

Type:

0

YES: ShouldCookBlueprintPropertyGuids

Cook the property GUIDs for this Blueprint (see UCookerSettings::BlueprintPropertyGuidsCookingMethod)

Type:

1