Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimClassInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const SubsystemType * FindSubsystem () |
Get a subsystem's class-resident data. If no subsystem of the type exists this will return nullptr. | Animation/AnimClassInterface.h | |
const FAnimSubsystem * FindSubsystem
(
UScriptStruct* InSubsystemType |
Find a subsystem's class-resident data. | Animation/AnimClassInterface.h |
FindSubsystem()
Description
Get a subsystem's class-resident data. If no subsystem of the type exists this will return nullptr.
| Name | FindSubsystem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h |
| Include Path | #include "Animation/AnimClassInterface.h" |
template<typename SubsystemType>
const SubsystemType * FindSubsystem() const
FindSubsystem(UScriptStruct *)
Description
Find a subsystem's class-resident data. If no subsystem of the type exists this will return nullptr.
| Name | FindSubsystem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h |
| Include Path | #include "Animation/AnimClassInterface.h" |
const FAnimSubsystem * FindSubsystem
(
UScriptStruct * InSubsystemType
) const
Parameters
| Name | Remarks |
|---|---|
| InSubsystemType | The subsystem's type |