Skip to content

USMExtendedGraphPropertyHelpers

Module: SMExtendedRuntime

Inherits from UBlueprintFunctionLibrary

Public Functions

Name
SMEXTENDEDRUNTIME_API void BreakTextGraphProperty(const FSMTextGraphProperty & GraphProperty, FText & Result)
images/classes/SMExtendedGraphPropertyHelpers/img/nd_img_BreakTextGraphProperty.png
SMEXTENDEDRUNTIME_API FText ObjectToText(UObject * InObject, const FName InFunctionName)

Public Functions Documentation

function BreakTextGraphProperty

static SMEXTENDEDRUNTIME_API void BreakTextGraphProperty(
    const FSMTextGraphProperty & GraphProperty,
    FText & Result
)

images/classes/SMExtendedGraphPropertyHelpers/img/nd_img_BreakTextGraphProperty.png

Evaluate a text graph property.


function ObjectToText

static SMEXTENDEDRUNTIME_API FText ObjectToText(
    UObject * InObject,
    const FName InFunctionName
)

Convert an object to text by dynamically looking up a ToText function on the object during run-time.