Navigation
API > API/Plugins > API/Plugins/AvalancheTransition > API/Plugins/AvalancheTransition/UAvaTransitionTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsTask () |
Returns whether a Task of a given type exists and is enabled within an enabled state in the Transition Tree | AvaTransitionTree.h | |
bool ContainsTask
(
const UScriptStruct* InTaskStruct |
Returns whether a Task of a given type exists and is enabled within an enabled state in the Transition Tree | AvaTransitionTree.h |
ContainsTask()
Description
Returns whether a Task of a given type exists and is enabled within an enabled state in the Transition Tree
| Name | ContainsTask |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheTransition/Public/AvaTransitionTree.h |
| Include Path | #include "AvaTransitionTree.h" |
template<class InTaskType, std::enable_if_t<, InTaskType >), int >>
bool ContainsTask() const
ContainsTask(const UScriptStruct *)
Description
Returns whether a Task of a given type exists and is enabled within an enabled state in the Transition Tree
| Name | ContainsTask |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheTransition/Public/AvaTransitionTree.h |
| Include Path | #include "AvaTransitionTree.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheTransition/Private/AvaTransitionTree.cpp |
bool ContainsTask
(
const UScriptStruct * InTaskStruct
) const