CallFunction

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

CallFunction

(
    UObject& InRuntimeObject,
    typename TCallTraits< ValueType >::...
)

Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly

Public function

void

 

CallFunction

(
    UObject& InRuntimeObject,
    TCallTraits< bool >::ParamType Prop...
)

Public function

void

 

CallFunction

(
    UObject& InRuntimeObject,
    UObject* PropertyValue
)

Public function

void

 

CallFunction

(
    UObject& InRuntimeObject,
    TCallTraits< bool >::ParamType Prop...
)

Explicit specializations for bools

Public function

void

 

CallFunction

(
    UObject& InRuntimeObject,
    UObject* PropertyValue
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss