Section 3.4. rdActor – Themes

// [rdInst v1.00] Returns the Current Theme, if this Actor has Parents, the Eldest Parents Theme is returned
FString rdGetTheme();

// [rdInst v1.00] Tests to see if the passed in Component is included with the current theme. If there is no theme, this returns True
bool rdFolderIncludedWithCurrentTheme(USceneComponent* comp);

// [rdInst v1.00] Tests to see if the passed in folder name is included with the current theme. If there is no theme, this returns True
bool rdFolderFromNameIncludedWithCurrentTheme(const FString& folder);