GetInnerFieldsFromField

Helper function for getting the inner fields of a field that works with both FFields and UFields

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/FieldIterator.h"

Syntax

template<class FieldType>
void GetInnerFieldsFromField
(
    FieldType * Owner,
    TArray< FieldType * > & OutFields
)

Remarks

Helper function for getting the inner fields of a field that works with both FFields and UFields

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