TPropertyValueRange

Templated range to allow ranged-for syntax

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

template<class T>
struct TPropertyValueRange

Remarks

Templated range to allow ranged-for syntax

Variables

Name Description

Public variable

TPropertyValueI...

 

Begin

Constructors

Name Description

Public function

TPropertyValueRange

(
    const UStruct* InStruct,
    const void* InStructValue,
    EPropertyValueIteratorFlags InRecur...,
    EFieldIteratorFlags::DeprecatedProp...
)

Construct a range using a struct and struct value

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