FArrayProperty::GetInnerFields

Fills the provided array with all inner fields this field owns (recursively)

Windows
MacOS
Linux

Override Hierarchy

FField::GetInnerFields()

FArrayProperty::GetInnerFields()

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyArray.cpp

Syntax

virtual void GetInnerFields
(
    TArray< FField * > & OutFields
)

Remarks

Fills the provided array with all inner fields this field owns (recursively)

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