Navigation
API > API/Runtime > API/Runtime/Engine
A single property access list. This is a list of FPropertyAccessIndirection.
| Name | FPropertyAccessIndirectionChain |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/PropertyAccess.h |
| Include Path | #include "PropertyAccess.h" |
Syntax
USTRUCT ()
struct FPropertyAccessIndirectionChain
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyAccessIndirectionChain() |
PropertyAccess.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IndirectionEndIndex | int32 | Index of the last indirection of a property access. | PropertyAccess.h | |
| IndirectionStartIndex | int32 | Index of the first indirection of a property access. | PropertyAccess.h | |
| Property | TFieldPath< FProperty > | Leaf property. | PropertyAccess.h |