Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSettings
Syntax
UPROPERTY (Config, EditAnywhere, Category=SkeletalMeshDI,
Meta=(DisplayName="Support Reading Deformed Geometry", ConfigRestartRequired=true))
bool NDISkelMesh_SupportReadingDeformedGeometry
Remarks
When enabled we will read deformed geometry if available, i.e. data from the deformed graph / skin cache When disable we will only read from the default vertex data which does not include morph targets, skin, etc. Changing this setting requires restarting the editor. Note: Enabling this does add additional branches to the skel mesh data reading.