Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TPropertyValueIterator > API/Runtime/CoreUObject/UObject/TPropertyValueIterator/__ctor
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
TPropertyValueIterator
(
const UStruct * InStruct,
const void * InStructValue,
EPropertyValueIteratorFlags InRecursionFlags,
EFieldIteratorFlags::DeprecatedPropertyFlags InDeprecatedPropertyFlags
)
Remarks
Construct an iterator using a struct and struct value
Parameters
Name | Description |
---|---|
InStruct | The UClass or UScriptStruct containing properties to search for |
InStructValue | Address in memory of struct to search for property values |
InRecursionFlags | Rather to recurse into container and struct properties |
InDeprecatedPropertyFlags | Rather to iterate over deprecated properties |