Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSubclassOfField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Templates/SubclassOfField.h | |||
| Templates/SubclassOfField.h | |||
TSubclassOfField
(
const TSubclassOfField& |
Templates/SubclassOfField.h | ||
TSubclassOfField
(
FFieldClass* From |
Constructor that takes a FFieldClass*. | Templates/SubclassOfField.h | |
TSubclassOfField
(
U&& From |
Construct from a FFieldClass* (or something implicitly convertible to it) | Templates/SubclassOfField.h | |
TSubclassOfField
(
const TSubclassOfField< OtherT >& Other |
Construct from another TSubclassOfField, only if types are compatible | Templates/SubclassOfField.h |
TSubclassOfField()
| Name | TSubclassOfField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubclassOfField.h |
| Include Path | #include "Templates/SubclassOfField.h" |
TSubclassOfField()
TSubclassOfField(TSubclassOfField &&)
| Name | TSubclassOfField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubclassOfField.h |
| Include Path | #include "Templates/SubclassOfField.h" |
TSubclassOfField
(
TSubclassOfField &&
)
TSubclassOfField(const TSubclassOfField &)
| Name | TSubclassOfField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubclassOfField.h |
| Include Path | #include "Templates/SubclassOfField.h" |
TSubclassOfField
(
const TSubclassOfField &
)
TSubclassOfField(FFieldClass *)
Description
Constructor that takes a FFieldClass*.
| Name | TSubclassOfField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubclassOfField.h |
| Include Path | #include "Templates/SubclassOfField.h" |
TSubclassOfField
(
FFieldClass * From
)
TSubclassOfField(U &&)
Description
Construct from a FFieldClass* (or something implicitly convertible to it)
| Name | TSubclassOfField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubclassOfField.h |
| Include Path | #include "Templates/SubclassOfField.h" |
template<typename U, std::enable_if_t<< std::decay_t< U > >::Value &&std::is_convertible_v< U, FFieldClass * >), int >>
TSubclassOfField
(
U && From
)
TSubclassOfField(const TSubclassOfField< OtherT > &)
Description
Construct from another TSubclassOfField, only if types are compatible
| Name | TSubclassOfField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/SubclassOfField.h |
| Include Path | #include "Templates/SubclassOfField.h" |
template<typename OtherT, std::enable_if_t<(std::is_convertible_v< OtherT *, T * >), int >>
TSubclassOfField
(
const TSubclassOfField < OtherT > & Other
)