TInlineValue::GetPtr

Get a pointer the wrapped object, or a user-specified default

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/InlineValue.h

Include

#include "Misc/InlineValue.h"

Syntax

const BaseType * GetPtr
(
    const BaseType * Default
) const

Remarks

Get a pointer the wrapped object, or a user-specified default

Returns

A pointer to the object, or the user-specified default

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