FArrayProperty::ImportTextInnerItem

Called by ImportTextItem, 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 const TCHAR * ImportTextInnerItem
(
    const TCHAR * Buffer,
    const FProperty * Inner,
    void * Data,
    int32 PortFlags,
    UObject * OwnerObject,
    FScriptArrayHelper * ArrayHelper,
    FOutputDevice * ErrorText
)

Remarks

Called by ImportTextItem, but can also be used by a non-ArrayProperty whose ArrayDim is > 1. ArrayHelper should be supplied by ArrayProperties and nullptr for fixed-size arrays.

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