UK2Node_Literal::GetReferencedLevelActor

If this node references an actor in the level that should be selectable by "Find Actors In Level," this will return a reference to that actor

Windows
MacOS
Linux

Override Hierarchy

UK2Node::GetReferencedLevelActor()

UK2Node_Literal::GetReferencedLevelActor()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Literal.h

Include

#include "K2Node_Literal.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.cpp

Syntax

virtual AActor * GetReferencedLevelActor() const

Remarks

If this node references an actor in the level that should be selectable by "Find Actors In Level," this will return a reference to that actor

Returns

Reference to an actor corresponding to this node, or NULL if no actors are referenced

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