LeviLamina
Loading...
Searching...
No Matches
ActorDefinitionPtr.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ActorDefinitionPtr& operator=(ActorDefinitionPtr const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
29 MCAPI ActorDefinitionPtr(::ActorDefinitionGroup& group, ::ActorDefinition& EntityDefinition);
30
31 MCAPI ~ActorDefinitionPtr();
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::ActorDefinitionPtr const& NONE();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::ActorDefinitionPtr const& rhs);
44
45 MCAPI void* $ctor(::ActorDefinitionGroup& group, ::ActorDefinition& EntityDefinition);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
Definition ActorDefinitionGroup.h:27
Definition ActorDefinitionPtr.h:11
Definition ActorDefinition.h:21
Definition Alias.h:14