Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- FSetProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FSetProperty : public TProperty< FScriptSet, FProperty >
Variables
Type | Name | Description | |
---|---|---|---|
FProperty * | ElementProp | Properties representing the key type and value type of the contained pairs. | |
FScriptSetLayout | SetLayout |
Constructors
Type | Name | Description | |
---|---|---|---|
FSetProperty
(
UField* InField |
|||
FSetProperty
(
EInternal InInernal, |
|||
FSetProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FSetProperty
(
FFieldVariant InOwner, |
|||
FSetProperty
(
FFieldVariant InOwner, FSetProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Destructors
Type | Name | Description | |
---|---|---|---|
Functions
Type | Name | Description | |
---|---|---|---|
void | AddCppProperty
(
FProperty* Property |
||
void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
void | AppendSchemaHash
(
FBlake3& Builder, |
||
FField * | Construct
(
const FFieldVariant& InOwner, |
||
bool | ContainsObjectReference
(
TArray< const FStructProperty* >& EncounteredStructProps, |
Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a UObject reference. | |
EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
||
void | EmitReferenceInfo
(
UE::GC::FSchemaBuilder& Schema, |
||
void | ExportText_Internal
(
FString& ValueStr, |
||
FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
FString | GetCPPTypeCustom
(
FString* ExtendedTypeText, |
||
FString | |||
uint8 * | GetElementPtr
(
void* InSet, |
Helper function to get the pointer to an element at the specified index. | |
FField * | GetInnerFieldByName
(
const FName& InName |
||
void | GetInnerFields
(
TArray< FField* >& OutFields |
||
int32 | GetNum
(
void* InSet |
Helper function to get the number of elements inside of a set. | |
void | GetPreloadDependencies
(
TArray< UObject* >& OutDeps |
||
int32 | GetStride () |
Helper function to get the size of the set element. Used by the garbage collector. | |
void * | GetValueAddressAtIndex_Direct
(
const FProperty* Inner, |
||
bool | Identical
(
const void* A, |
||
const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
void | InstanceSubobjects
(
void* Data, |
Creates new copies of components | |
bool | IsValidIndex
(
void* InSet, |
Helper function to check if the specified index of an element is valid. | |
bool | NetSerializeItem
(
FArchive& Ar, |
||
void | PostDuplicate
(
const FField& InField |
||
bool | |||
void | |||
void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
||
FFieldClass * | StaticClass () |
||
constexpr uint64 | |||
constexpr uint64 |
Overridden from TProperty
Type | Name | Description | |
---|---|---|---|
void | ClearValueInternal
(
void* Data |
||
void | CopyValuesInternal
(
void* Dest, |
||
void | DestroyValueInternal
(
void* Dest |
||
FString | GetCPPType
(
FString* ExtendedTypeText, |
||
void | LinkInternal
(
FArchive& Ar |
||
bool |
Operators
Type | Name | Description | |
---|---|---|---|
void | operator delete
(
void* InMem |
||
void * | operator new
(
const size_t InSize |
||
void * | operator new
(
const size_t InSize, |
Typedefs
Name | Description |
---|---|
Super | |
TCppType | |
ThisClass | |
TTypeFundamentals |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
FSetProperty
(
FFieldVariant InOwner, FSetProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |