Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
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
| Type | Name | Description | |
|---|---|---|---|
| TPropertyValueIterator< T > | Begin |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPropertyValueRange
(
const UStruct* InStruct, |
Construct a range using a struct and struct value |