![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SubclassOfField.h>
Friends | |
| template<typename U > | |
| class | TSubclassOfField |
| uint32 | GetTypeHash (const TSubclassOfField &SubclassOf) |
Template to allow FFieldClass types to be passed around with type safety
|
default |
|
default |
|
default |
|
default |
|
inline |
Constructor that takes a FFieldClass*.
|
inline |
Construct from a FFieldClass* (or something implicitly convertible to it)
|
inline |
Construct from another TSubclassOfField, only if types are compatible
|
inline |
Dereference back into a FFieldClass*, does runtime type checking.
|
inline |
Get the CDO if we are referencing a valid class
|
inline |
Implicit conversion to FFieldClass*, does runtime type checking.
|
inline |
Dereference back into a FFieldClass*, does runtime type checking.
|
inline |
Dereference back into a FFieldClass*, does runtime type checking.
|
default |
|
inline |
Assign from another TSubclassOfField, only if types are compatible
|
inline |
Assign from a FFieldClass*.
|
default |
|
inline |
Assign from a FFieldClass* (or something implicitly convertible to it).
|
inline |
|
friend |