I’m Trying to get properties of ‘Enable Distance Culling’ in Niagara Emitter via C++, only the following comment lines were found in NiagaraSyatemEmitterState.h
//UPROPERTY(EditAnywhere, Category="Emitter State")
//ENiagaraStatelessEmitterState_SelfSystem Scalability = ENiagaraStatelessEmitterState_SelfSystem::Self;
//Enable Distance Culling
//Enable Visibility Culling
//Reset Age On Awaken
They really resemble what I`m looking for, but why is it annotated?
Where should I go to find the interface that actually works? Please