Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/URenderGridJob
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetRemoteControlValueBytes
(
const TSharedPtr< FRemoteControlEntity >& RemoteControlEntity, |
RenderGrid/RenderGrid.h | ||
bool GetRemoteControlValueBytes
(
const FGuid& FieldId, |
RenderGrid/RenderGrid.h |
GetRemoteControlValueBytes(const TSharedPtr< FRemoteControlEntity > &, TArray< uint8 > &)
| Name | GetRemoteControlValueBytes |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGrid.h |
| Include Path | #include "RenderGrid/RenderGrid.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/RenderGrid/RenderGrid.cpp |
bool GetRemoteControlValueBytes
(
const TSharedPtr < FRemoteControlEntity > & RemoteControlEntity,
TArray < uint8 > & OutBytes
) const
GetRemoteControlValueBytes(const FGuid &, TArray< uint8 > &)
| Name | GetRemoteControlValueBytes |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGrid.h |
| Include Path | #include "RenderGrid/RenderGrid.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/RenderGrid/RenderGrid.cpp |
bool GetRemoteControlValueBytes
(
const FGuid & FieldId,
TArray < uint8 > & OutBytes
) const