Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaRundownPage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UpdatePageSummary
(
const UAvaRundown* InRundown |
Update the page summary (only if summary is empty) | Rundown/AvaRundownPage.h | |
bool UpdatePageSummary
(
const TArray< const URemoteControlPreset* >& InPresets, |
Rundown/AvaRundownPage.h | ||
bool UpdatePageSummary
(
const UAvaRundown* InRundown, |
Update the page summary from controller values or commands. | Rundown/AvaRundownPage.h |
UpdatePageSummary(const UAvaRundown *)
Description
Update the page summary (only if summary is empty)
| Name | UpdatePageSummary |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include Path | #include "Rundown/AvaRundownPage.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundownPage.cpp |
bool UpdatePageSummary
(
const UAvaRundown * InRundown
)
true if the summary was generated, false otherwise (either because of an error or it was not needed).
Parameters
| Name | Remarks |
|---|---|
| InRundown | Owning rundown. |
UpdatePageSummary(const TArray< const URemoteControlPreset * > &, bool)
| Name | UpdatePageSummary |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include Path | #include "Rundown/AvaRundownPage.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundownPage.cpp |
bool UpdatePageSummary
(
const TArray < const URemoteControlPreset * > & InPresets,
bool bInIsPresetChanged
)
UpdatePageSummary(const UAvaRundown , const TArray< const URemoteControlPreset > &, bool)
Description
Update the page summary from controller values or commands.
| Name | UpdatePageSummary |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include Path | #include "Rundown/AvaRundownPage.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundownPage.cpp |
bool UpdatePageSummary
(
const UAvaRundown * InRundown,
const TArray < const URemoteControlPreset * > & InPresets,
bool bInForceUpdate
)
true if the summary was generated, false otherwise (either because of an error or it was not needed).
Parameters
| Name | Remarks |
|---|---|
| InRundown | Owning rundown. Necessary to resolve templates. |
| InPresets | Input presets to get the value from. |
| bInForceUpdate | Forces the update of the summary even if there is already one. If false, summary is generated only if empty. |