LeviLamina
Loading...
Searching...
No Matches
ActorAnimationControllerPtr.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // static variables
26 // NOLINTBEGIN
27 MCAPI static ::ActorAnimationControllerPtr const& NONE();
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD void $dtor();
34 // NOLINTEND
35};
Definition ActorAnimationControllerPtr.h:5
Definition Alias.h:14