FSCSEditorTreeNode::GetEditableObjectForBlueprint

@note May not be the same as the value returned by [GetObject()](API\Editor\Kismet\FSCSEditorTreeNode\GetObject).

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "SSCSEditor.h"

Syntax

template<class T>
T * GetEditableObjectForBlueprint
(
    UBlueprint * InBlueprint
) const

Remarks

@note May not be the same as the value returned by GetObject().

Returns

A reference to the object represented by this node that can be modified within the given Blueprint.

Parameters

Parameter

Description

InBlueprint

The Blueprint in which the object will be edited.

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