![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Elements/Framework/TypedElementData.h"#include "Elements/SMInstance/SMInstanceManager.h"#include "UObject/Object.h"Go to the source code of this file.
Classes | |
| struct | FSMInstanceElementData |
Namespaces | |
| namespace | SMInstanceElementDataUtil |
Functions | |
| template<> | |
| FString | GetTypedElementDebugId< FSMInstanceElementData > (const FSMInstanceElementData &InElementData) |
| bool | SMInstanceElementDataUtil::SMInstanceElementsEnabled () |
| FSimpleMulticastDelegate & | SMInstanceElementDataUtil::OnSMInstanceElementsEnabledChanged () |
| ISMInstanceManager * | SMInstanceElementDataUtil::GetSMInstanceManager (const FSMInstanceId &InstanceId) |
| FSMInstanceManager | SMInstanceElementDataUtil::GetSMInstanceFromHandle (const FTypedElementHandle &InHandle, const bool bSilent) |
| FSMInstanceManager | SMInstanceElementDataUtil::GetSMInstanceFromHandleChecked (const FTypedElementHandle &InHandle) |
| template<typename ElementHandleType > | |
| TArray< FSMInstanceManager > | SMInstanceElementDataUtil::GetSMInstancesFromHandles (TArrayView< const ElementHandleType > InHandles, const bool bSilent=false) |
| template<typename ElementHandleType > | |
| TArray< FSMInstanceManager > | SMInstanceElementDataUtil::GetSMInstancesFromHandlesChecked (TArrayView< const ElementHandleType > InHandles) |
|
inline |