FArrayProperty::ExportTextInnerItem

Called by ExportTextItem, but can also be used by a non-ArrayProperty whose ArrayDim is > 1.

Windows
MacOS
Linux

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

static void ExportTextInnerItem
(
    FString & ValueStr,
    const FProperty * Inner,
    const void * PropertyValue,
    int32 PropertySize,
    const void * DefaultValue,
    int32 DefaultSize,
    UObject * Parent,
    int32 PortFlags,
    UObject * ExportRootScope
)

Remarks

Called by ExportTextItem, but can also be used by a non-ArrayProperty whose ArrayDim is > 1.

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