ParseObject

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

ParseObject

(
    const TCHAR* Stream,
    const TCHAR* Match,
    T*& Obj,
    UObject* Outer,
    bool* bInvalidObject
)

Parse a reference to an object from the input stream.

Public function

bool

 

ParseObject

(
    const TCHAR* Stream,
    const TCHAR* Match,
    UClass* Class,
    UObject*& DestRes,
    UObject* InParent,
    bool* bInvalidObject
)

Parse a reference to an object from a text representation

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