unreal.BlueprintStatus¶
- class unreal.BlueprintStatus¶
Bases:
EnumBaseEnumerates states a blueprint can be in.
C++ Source:
Module: Engine
File: Blueprint.h
- BS_BEING_CREATED: BlueprintStatus = Ellipsis¶
Blueprint is in the process of being created for the first time.
- Type:
4
- BS_DIRTY: BlueprintStatus = Ellipsis¶
Blueprint has been modified but not recompiled.
- Type:
1
- BS_ERROR: BlueprintStatus = Ellipsis¶
Blueprint tried but failed to be compiled.
- Type:
2
- BS_UNKNOWN: BlueprintStatus = Ellipsis¶
Blueprint is in an unknown state.
- Type:
0
- BS_UP_TO_DATE: BlueprintStatus = Ellipsis¶
Blueprint has been compiled since it was last modified.
- Type:
3
- BS_UP_TO_DATE_WITH_WARNINGS: BlueprintStatus = Ellipsis¶
Blueprint has been compiled since it was last modified. There are warnings.
- Type:
5