Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetMutableDefault () |
Version of GetDefault() that allows modification | UObject/UObjectGlobals.h | |
T * GetMutableDefault
(
UClass* Class |
Gets the mutable default object of a class. | UObject/Class.h | |
T * GetMutableDefault
(
UClass* Class |
Version of GetDefault() that allows modificationGets the mutable default object of a class. | UObject/UObjectGlobals.h |
GetMutableDefault()
Description
Version of GetDefault() that allows modification
| Name | GetMutableDefault |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<class T>
T * GetMutableDefault()
GetMutableDefault(UClass *)
Description
Gets the mutable default object of a class.
| Name | GetMutableDefault |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
template<class T>
T * GetMutableDefault
(
UClass * Class
)
Class default object (CDO).
Parameters
| Name | Remarks |
|---|---|
| Class | The class to get the CDO for. |
See Also
- GetDefault
GetMutableDefault(UClass *)
Description
Version of GetDefault() that allows modification
Gets the mutable default object of a class.
| Name | GetMutableDefault |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
template<class T>
T * GetMutableDefault
(
UClass * Class
)
Class default object (CDO).
Parameters
| Name | Remarks |
|---|---|
| Class | The class to get the CDO for. |
See Also
- GetDefault