MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / MakeActorIdTag

Function MakeActorIdTag

Source/URLabEditor/Private/MjLevelOps.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310const TCHAR* kActorIdTagPrefix = TEXT("URLab.ActorId=");
311
312FString MakeActorIdTag(const FString& Id)
313{
314 return FString::Printf(TEXT("%s%s"), kActorIdTagPrefix, *Id);
315}
316
317bool ActorMatchesActorId(AActor* A, const FString& Id)
318{

Callers 3

ActorMatchesActorIdFunction · 0.85
SpawnActorSyncFunction · 0.85
SpawnLightSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected