USMExtendedGraphPropertyHelpers¶
Module: SMExtendedRuntime
Inherits from UBlueprintFunctionLibrary
Public Functions¶
| Name | |
|---|---|
| SMEXTENDEDRUNTIME_API void | BreakTextGraphProperty(const FSMTextGraphProperty & GraphProperty, FText & Result) ![]() |
| SMEXTENDEDRUNTIME_API FText | ObjectToText(UObject * InObject, const FName InFunctionName) |
Public Functions Documentation¶
function BreakTextGraphProperty¶
static SMEXTENDEDRUNTIME_API void BreakTextGraphProperty(
const FSMTextGraphProperty & GraphProperty,
FText & Result
)

Evaluate a text graph property.
function ObjectToText¶
Convert an object to text by dynamically looking up a ToText function on the object during run-time.