UScriptStruct::ICppStructOps::ExportTextItem

Export this structure

Windows
MacOS
Linux

Override Hierarchy

UScriptStruct::ICppStructOps::ExportTextItem()

UScriptStruct::TCppStructOps::ExportTextItem()

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Syntax

bool ExportTextItem
(
    FString & ValueStr,
    const void * PropertyValue,
    const void * DefaultValue,
    class UObject * Parent,
    int32 PortFlags,
    class UObject * ExportRootScope
)

Remarks

Export this structure

Returns

true if the copy was exported, otherwise it will fall back to FStructProperty::ExportTextItem

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