FPropertyValueStackEntry

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

struct FPropertyValueStackEntry

Variables

Name Description

Public variable

TFieldIterator<...

 

FieldIterator

Field iterator within a UStruct

Public variable

const void *...

 

StructValue

Address of owning UStruct

Public variable

TArray< BasePai...

 

ValueArray

List of current root property+value pairs for the current top level FProperty

Public variable

int32

 

ValueIndex

Current position inside ValueArray

Constructors

Name Description

Public function

FPropertyValueStackEntry

(
    const UStruct* InStruct,
    const void* InValue,
    EFieldIteratorFlags::DeprecatedProp...
)

Functions

Name Description

Public function Const

const BasePa...

 

GetPropertyValue()

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