Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyRefHelpers.h |
| Include | #include "StateTreePropertyRefHelpers.h" |
namespace UE
{
namespace StateTree
{
namespace PropertyRefHelpers
{
bool UE::StateTree::PropertyRefHelpers::IsPropertyCompatibleWithEnum
(
const FProperty & Property,
const class UEnum & Enum
)
}
}
}
Remarks
Checks if provided property is compatible with selected Enum.