Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CNoncopyable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNoncopyable () |
Ensure the class cannot be constructed directly | uLang/Common/Templates/Storage.h | |
CNoncopyable
(
const CNoncopyable& |
uLang/Common/Templates/Storage.h | ||
CNoncopyable
(
CNoncopyable&& |
uLang/Common/Templates/Storage.h |
CNoncopyable()
Description
Ensure the class cannot be constructed directly
| Name | CNoncopyable |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Storage.h |
| Include Path | #include "uLang/Common/Templates/Storage.h" |
CNoncopyable()
CNoncopyable(const CNoncopyable &)
| Name | CNoncopyable |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Storage.h |
| Include Path | #include "uLang/Common/Templates/Storage.h" |
CNoncopyable
(
const CNoncopyable &
)
CNoncopyable(CNoncopyable &&)
| Name | CNoncopyable |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Storage.h |
| Include Path | #include "uLang/Common/Templates/Storage.h" |
CNoncopyable
(
CNoncopyable &&
)