FGraphActionNode::HasValidAction

Checks to see if this node contains at least one valid action.

Unreal Engine C++ API Reference > Editor > GraphEditor > FGraphActionNode

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h
Include #include "GraphActionNode.h"
Source /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp
bool HasValidAction() const

Remarks

Checks to see if this node contains at least one valid action. True is the Actions array contains a valid entry, otherwise false.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library