TFieldPtrAccessor

Overload list

Windows
MacOS
Linux
Name Description

Public function

TFieldPtrAccessor

(
    T* InValue
)

Self-owned value with initializer.

Public function

TFieldPtrAccessor

(
    const TFieldPtrAccessor& Other
)

Capture the value of the passed field accessor and becomes self-owned.

Public function

TFieldPtrAccessor

(
    TFunction< T*()> InGet,
    TFunction< void> InSet
)

Owned by another class that will control the value. Will not use the internal value.

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