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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_Literal

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
virtual [AActor](API\Runtime\Engine\GameFramework\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 Reference to an actor corresponding to this node, or NULL if no actors are referenced


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library