UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimNode_RefPose.cpp File Reference

Macros

#define CASE_ENUM_TO_TEXT(txt)   case txt: return TEXT(#txt);
 

Functions

const TCHARGetRefPostTypeText (ERefPoseType RefPose)
 

Macro Definition Documentation

◆ CASE_ENUM_TO_TEXT

#define CASE_ENUM_TO_TEXT (   txt)    case txt: return TEXT(#txt);

Helper for enum output...

Function Documentation

◆ GetRefPostTypeText()

const TCHAR * GetRefPostTypeText ( ERefPoseType  RefPose)