Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
ARemoteControlPresetActor |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FExposedFunction |
Holds an exposed function, its default parameters and owner objects. |
|
FExposedProperty |
Holds an exposed property and owner objects. |
|
FRCCachedFieldData |
Data cached for every exposed field. |
|
FRCCall |
Object to hold a UObject remote call |
|
FRCCallReference |
Reference to a function in a UObject |
|
FRCFieldMetadata |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FRCFieldPathInfo |
Holds a path from a UObject to a field. |
|
FRCFieldPathSegment |
RemoteControl Path segment holding a property layer |
|
FRCFieldResolvedData |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FRCMetadata_bool |
|
|
FRCMetadata_byte |
|
|
FRCMetadata_double |
|
|
FRCMetadata_float |
|
|
FRCMetadata_FName |
|
|
FRCMetadata_FString |
|
|
FRCMetadata_FVector |
|
|
FRCMetadata_int16 |
|
|
FRCMetadata_int32 |
|
|
FRCMetadata_int64 |
|
|
FRCMetadata_int8 |
|
|
FRCMetadata_UClass |
|
|
FRCMetadata_uint16 |
|
|
FRCMetadata_uint32 |
|
|
FRCMetadata_uint64 |
|
|
FRCMetadata_UObject |
|
|
FRCMetadata_UScriptStruct |
|
|
FRCObjectReference |
Reference to a UObject or one of its properties |
|
FRemoteControlActor |
Represents an actor exposed in the panel. |
|
FRemoteControlEntity |
Base class for exposed objects, properties, functions etc... |
|
FRemoteControlField |
Represents a property or function that has been exposed to remote control. |
|
FRemoteControlFunction |
Represents a function exposed to remote control. |
|
FRemoteControlInstanceMaterial |
Represents a material instance property that has been exposed to remote control. |
|
FRemoteControlInstanceMaterialFactory |
|
|
FRemoteControlLogger |
Remote control logger. Generated Log UI and collect logs from APIs and protocols |
|
FRemoteControlObjectVersion |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FRemoteControlOptionalExposeArgs |
|
|
FRemoteControlPresetExposeArgs |
Arguments used to expose an entity (Actor, property, function, etc.) |
|
FRemoteControlPresetGroup |
Represents a group of field and offers operations to operate on the fields inside of that group. |
|
FRemoteControlPresetLayout |
Layout that holds groups of fields. |
|
FRemoteControlProperty |
Represents a property exposed to remote control. |
|
FRemoteControlProtocolBinding |
Struct which holds the bound struct and serialized struct archive |
|
FRemoteControlProtocolEntity |
These structures serve both as properties mapping as well as UI generation Protocols should implement it based on the parameters they need. |
|
FRemoteControlProtocolMapping |
Mapping of the range of the values for the protocol This class holds a generic range buffer. |
|
FRemoteControlTarget |
Represents objects grouped under a single alias that contain exposed functions and properties. |
|
FResolvePresetFieldArgs |
Object to hold information necessary to resolve a preset property/function. |
|
IRemoteControlModule |
Interface for the remote control module. |
|
IRemoteControlPropertyFactory |
Factory which is creates the instances of FRemoteControlProperty |
|
IRemoteControlPropertyHandle |
A handle to a property which is used to read and write the value |
|
IRemoteControlPropertyHandleArray |
A handle to an array property which allows you to manipulate the array |
|
IRemoteControlPropertyHandleMap |
A handle to a property which allows you to manipulate a Map |
|
IRemoteControlPropertyHandleSet |
A handle to a property which allows you to manipulate a Set |
|
URemoteControlBinding |
Acts as a bridge between an exposed property/function and an object to act on. |
|
URemoteControlFunctionLibrary |
|
|
URemoteControlLevelDependantBinding |
|
|
URemoteControlLevelIndependantBinding |
|
|
URemoteControlPreset |
Holds targets that contain exposed functions and properties. |
Name |
Description |
---|---|
FEntityMetadataInitializer |
Delegate called to initialize an exposed entity metadata entry registered with the RegisterDefaultEntityMetadata method. |
FGetProtocolMappingCallback |
|
FOnPostPropertyModifiedRemotely |
Delegate called after a property has been modified through SetObjectProperties.. |
Name |
Description |
|
---|---|---|
|
EExposedFieldType |
The type of the exposed field. |
|
ERCAccess |
Requested access mode to a remote property |
|
ERCBindingStatus |
Status of the binding |
|
ERCPayloadType |
Deserialize payload type for interception purposes |
|
EVerbosityLevel |
Log verbosity level |
Name | Description | ||
---|---|---|---|
|
GRegisterRemoteControlCustomVersion |