Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TFieldPtrAccessor
Type | Name | Description | |
---|---|---|---|
![]() |
TFieldPtrAccessor
(
T* InValue |
Self-owned value with initializer. | |
![]() |
TFieldPtrAccessor
(
const TFieldPtrAccessor& Other |
Capture the value of the passed field accessor and becomes self-owned. | |
![]() |
TFieldPtrAccessor
(
TFunction< T*()> InGet, |
Owned by another class that will control the value. Will not use the internal value. |