USMBlueprintGeneratedClass¶
Module: SMSystem
Inherits from UBlueprintGeneratedClass
Public Functions¶
| Name | |
|---|---|
| virtual void | PurgeClass(bool bRecompilingOnLoad) override |
| void | SetRootGuid(const FGuid & Guid) |
| const FGuid & | GetRootGuid() const |
| const TMap< FName, TObjectPtr< UObject > > & | GetSubObjectTemplates() const |
Public Attributes¶
| Name | |
|---|---|
| TArray< FString > | GeneratedNames |
| uint8 | bHasStaleParentData |
Protected Attributes¶
| Name | |
|---|---|
| FGuid | RootGuid |
Friends¶
| Name | |
|---|---|
| class | FSMKismetCompilerContext |
Public Functions Documentation¶
function PurgeClass¶
function SetRootGuid¶
The root state machine Guid- set by the compiler.
function GetRootGuid¶
The root state machine Guid.
function GetSubObjectTemplates¶
Retrieve stored sub object templates for this generated class.
Public Attributes Documentation¶
variable GeneratedNames¶
Used for testing to validate determinism.
variable bHasStaleParentData¶
This class may have stale parent graph data and needs to be regenerated.