#include <RepLayout.h>
A Top Level Property of a UClass, UStruct, or UFunction (arguments to a UFunction).
- See also
- FRepLayout
◆ FRepParentCmd()
| FRepParentCmd::FRepParentCmd |
( |
FProperty * |
InProperty, |
|
|
int32 |
InArrayIndex |
|
) |
| |
|
inline |
◆ ArrayIndex
| int32 FRepParentCmd::ArrayIndex |
If the Property is a C-Style fixed size array, then a command will be created for every element in the array. This is the index of the element in the array for which the command represents.
This will always be 0 for non array properties.
◆ CachedPropertyName
| const FName FRepParentCmd::CachedPropertyName |
◆ CmdEnd
◆ CmdStart
| uint16 FRepParentCmd::CmdStart |
CmdStart and CmdEnd define the range of FRepLayoutCommands (by index in FRepLayouts Cmd array) of commands that are associated with this Parent Command.
This is used to track and access nested Properties from the parent.
◆ Condition
◆ Flags
◆ Offset
| int32 FRepParentCmd::Offset |
Absolute offset of property in Object Memory.
◆ Property
◆ RepNotifyCondition
◆ RepNotifyNumParams
| int32 FRepParentCmd::RepNotifyNumParams |
Number of parameters that we need to pass to the RepNotify function (if any). If this value is INDEX_NONE, it means there is no RepNotify function associated with the property.
◆ ShadowOffset
| int32 FRepParentCmd::ShadowOffset |
Absolute offset of property in Shadow Memory.
The documentation for this class was generated from the following file: