You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Remove function / member that is no longer used
#rb none #ROBOMERGE-OWNER: ryan.gerleve #ROBOMERGE-AUTHOR: stu.mckenna #ROBOMERGE-SOURCE: CL 8366597 via CL 8369225 via CL 8369277 #ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking) (v403-8382528) [CL 8402219 by stu mckenna in Dev-Networking branch]
This commit is contained in:
@@ -189,10 +189,7 @@ public:
|
||||
FNiagaraScriptExecutionContext& GetSpawnExecutionContext() { return SpawnExecContext; }
|
||||
FNiagaraScriptExecutionContext& GetUpdateExecutionContext() { return UpdateExecContext; }
|
||||
|
||||
void TransitionToDeferredDeletionQueue(TUniquePtr< FNiagaraSystemInstance>& InPtr);
|
||||
|
||||
protected:
|
||||
|
||||
/** Does any prep work for system simulation such as pulling instance parameters into a dataset. */
|
||||
void PrepareForSystemSimulate(FNiagaraSystemSimulationTickContext& Context);
|
||||
/** Runs the system spawn script for new system instances. */
|
||||
@@ -295,6 +292,4 @@ protected:
|
||||
|
||||
/** Current tick batch we're filling ready for processing, potentially in an async task. */
|
||||
FNiagaraSystemTickBatch TickBatch;
|
||||
|
||||
TArray<TUniquePtr< FNiagaraSystemInstance> > DeferredDeletionQueue;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user