Navigation
API > API/Runtime > API/Runtime/PropertyPath
References
| Module | PropertyPath |
| Header | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include | #include "PropertyPathHelpers.h" |
Syntax
struct FPropertyStructView
Remarks
Helper struct to represent a view of a struct, used to specialize behavior against
Variables
| Type | Name | Description | |
|---|---|---|---|
| const uint8 * | Memory | ||
| const UScriptStruct * | ScriptStruct |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyStructView
(
const UScriptStruct* InScriptStruct, |