FSCSEditorTreeNode::GetObject

@note Deliberately non-virtual, for performance reasons.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Syntax

template<class T>
const T * GetObject
(
    bool bEvenIfPendingKill
) const

Remarks

@note Deliberately non-virtual, for performance reasons.

Returns

A read-only reference to the object represented by this node.

Parameters

Parameter

Description

bEvenIfPendingKill

If false, nullptr will be returned if the cached object instance is pending kill. If true, it will be returned regardless (this is used for recaching the object if the objects have been reinstanced following construction script execution).

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