UAnimGraphNode_BlendSpaceGraphBase::GetMenuCategory

Override to provide a default category for specific node types to be listed under.

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_BlendSpaceGraphBase

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpaceGraphBase.h
Include #include "AnimGraphNode_BlendSpaceGraphBase.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceGraphBase.cpp
virtual [FText](API\Runtime\Core\Internationalization\FText) GetMenuCategory() const  

Remarks

Override to provide a default category for specific node types to be listed under. A localized category string (or an empty string if you want this node listed at the menu's root).


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library