Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UClass
- UClass::InitPropertiesFromCustomList()
- UBlueprintGeneratedClass::InitPropertiesFromCustomList()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
virtual void InitPropertiesFromCustomList
&40;
uint8 &42; DataPtr,
const uint8 &42; DefaultDataPtr
&41;
Remarks
Helper method to assist with initializing object properties from an explicit list.
Parameters
Name | Description |
---|---|
InStruct | the current scope for which the given property list applies |
DataPtr | destination address (where to start copying values to) |
DefaultDataPtr | source address (where to start copying the defaults data from) |