Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FBoundObjectPreAnimatedStateTrai-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPreAnimatedStorageGroupHandle MakeGroup
(
UObject* BoundObject, |
Defined as a template rather than a variadic function to prevent error C4840 | Evaluation/PreAnimatedState/MovieScenePreAnimatedObjectStorage.h | |
FPreAnimatedStorageGroupHandle MakeGroup
(
const FObjectComponent& BoundObject, |
Evaluation/PreAnimatedState/MovieScenePreAnimatedObjectStorage.h |
MakeGroup(UObject *, T &&...)
Description
Defined as a template rather than a variadic function to prevent error C4840
| Name | MakeGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedObjectStorage.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedObjectStorage.h" |
template<typename... T>
FPreAnimatedStorageGroupHandle MakeGroup
(
UObject * BoundObject,
T &&... Unused
)
MakeGroup(const FObjectComponent &, T &&...)
| Name | MakeGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedObjectStorage.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedObjectStorage.h" |
template<typename... T>
FPreAnimatedStorageGroupHandle MakeGroup
(
const FObjectComponent & BoundObject,
T &&... Unused
)