Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
Syntax
struct FScopedBracket
Remarks
RAII helper to define a scoped-based bracket, opens and closes a controller bracket automatically
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedBracket
(
IAnimationDataController* InController, |
|||
FScopedBracket
(
IAnimationDataController& InController, |
|||
FScopedBracket
(
const TScriptInterface< IAnimationDataController >& InController, |
Destructors
| Type | Name | Description | |
|---|---|---|---|