Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraFunctionLibrary
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraFunctionLibrary.h |
| Include | #include "NiagaraFunctionLibrary.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category=Niagara)
static void SetSceneCapture2DDataInterfaceManagedMode
(
UNiagaraComponent * NiagaraSystem,
const FName & DIName,
ESceneCaptureSource ManagedCaptureSource,
FIntPoint ManagedTextureSize,
ETextureRenderTargetFormat ManagedTextureFormat,
ECameraProjectionMode::Type ManagedProjectionType,
float ManagedFOVAngle,
float ManagedOrthoWidth,
bool bManagedCaptureEveryFrame,
bool bManagedCaptureOnMovement,
const TArray < AActor * > & ShowOnlyActors
)
Remarks
Sets managed mode parameters for the Scene capture 2D data interface, this is destructive as it modifies the data interface.