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
&40;
const UStruct &42; InStruct,
const void &42; InStructValue,
EPropertyValueIteratorFlags InRecursionFlags,
EFieldIteratorFlags::DeprecatedPropertyFlags InDeprecatedPropertyFlags
&41;
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 |