Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/UDMXPixelMappingLayoutScript
Description
Lays out children of the selection according to OutTokens. Tokens that are not returned remain unchanged. Called when the script is loaded (unless set otherwise in editor) and when Properties were changed.
| Name | Layout |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/LayoutScripts/DMXPixelMappingLayoutScript.h |
| Include Path | #include "LayoutScripts/DMXPixelMappingLayoutScript.h" |
UFUNCTION (BlueprintNativeEvent, Category="DMX")
void Layout
(
const TArray < FDMXPixelMappingLayoutToken > & InTokens,
TArray < FDMXPixelMappingLayoutToken > & OutTokens
)
Parameters
| Name | Remarks |
|---|---|
| InTokens | The child components of the current selection, as layout tokens. |
| OutTokens | The layoyut of a component. |