![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UnrealType.h>
Public Attributes | |
| TPropertyValueIterator< T > | Begin |
Friends | |
| TPropertyValueIterator< T > | begin (const TPropertyValueRange &Range) |
| TPropertyValueIterator< T > | end (const TPropertyValueRange &Range) |
Templated range to allow ranged-for syntax
|
inline |
Construct a range using a struct and struct value
| 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 |
|
friend |
|
friend |
| TPropertyValueIterator<T> TPropertyValueRange< T >::Begin |