TPropertyValueRange::TPropertyValueRange

Construct a range using a struct and struct value

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

TPropertyValueRange
(
    const UStruct * InStruct,
    const void * InStructValue,
    EPropertyValueIteratorFlags InRecursionFlags,
    EFieldIteratorFlags::DeprecatedPropertyFlags InDeprecatedPropertyFlags
)

Remarks

Construct a range using a struct and struct value

Parameters

Parameter

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

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