UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRedirector Struct Reference

#include <EngineTypes.h>

Public Member Functions

 FRedirector ()
 
 FRedirector (FName InOldName, FName InNewName)
 

Public Attributes

FName OldName
 
FName NewName
 

Detailed Description

This is used for redirecting an old name to new name, such as for collision profiles This is used for better UI in the editor

Constructor & Destructor Documentation

◆ FRedirector() [1/2]

FRedirector::FRedirector ( )
inline

◆ FRedirector() [2/2]

FRedirector::FRedirector ( FName  InOldName,
FName  InNewName 
)
inline

Member Data Documentation

◆ NewName

FName FRedirector::NewName

Types of objects that this physics objects will collide with.

◆ OldName

FName FRedirector::OldName

The documentation for this struct was generated from the following file: