Reference to the LSS Actor

To access the LSS Actor from anywhere call the “Get LSS Actor” function from the “BP_LSS_FunctionLibrary”.

All nodes exposed in the Function Library are capable of referencing the LSS Actor without any additional configuration (internally using the GetAllActorsOfClass node). For optimization purposes you can create a reference to the actor and point to it in the “Get LSS Actor (User Defined)” function in the “BP_LSS_FunctionLibrary_Userdefined” blueprint. Nodes in the Function Library will use that reference by default.

Note: There is a tutorial map dedicated to that topic: "03_SaveReferenceOptimization_Map" where you can find more explanation and examples.

Last updated

Was this helpful?