Actor name functions in Unreal

Jan 7, 2025

Confused about what each actor name function does? Here’s a handy dandy list for that.


As the autogenerated names are not stable, current recommendation is to either explicitly name things in editor OR use tags on actor which can be checked using ActorHasTag(name) method.