USMBlueprintGeneratedClass¶
Module: SMSystem
Inherits from UBlueprintGeneratedClass
Public Functions¶
Name | |
---|---|
virtual void | PurgeClass(bool bRecompilingOnLoad) override |
void | SetRootGuid(const FGuid & Guid) |
const FGuid & | GetRootGuid() const |
Public Attributes¶
Name | |
---|---|
TArray< FString > | GeneratedNames |
uint8 | bHasStaleParentData |
Protected Attributes¶
Name | |
---|---|
FGuid | RootGuid |
Public Functions Documentation¶
function
PurgeClass¶
function
SetRootGuid¶
The root state machine Guid- set by the compiler.
function
GetRootGuid¶
The root state machine Guid.
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.