Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimationDataController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reportf
(
ELogVerbosity::Type Verbosity, |
Animation/AnimData/IAnimationDataController.h | ||
static void Reportf
(
ELogVerbosity::Type LogVerbosity, |
Animation/AnimData/IAnimationDataController.h |
Reportf(ELogVerbosity::Type, const FmtType &, Types...)
| Name | Reportf |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include Path | #include "Animation/AnimData/IAnimationDataController.h" |
template<typename FmtType, typename... Types>
void Reportf
(
ELogVerbosity::Type Verbosity,
const FmtType & Fmt,
Types... Args
) const
Reportf(ELogVerbosity::Type, const UObject *, const FmtType &, Types...)
| Name | Reportf |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include Path | #include "Animation/AnimData/IAnimationDataController.h" |
template<typename FmtType, typename... Types>
static void Reportf
(
ELogVerbosity::Type LogVerbosity,
const UObject * ErrorObject,
const FmtType & Fmt,
Types... Args
)